Html Css Color HEX #FF4500 OrangeRed

📋 copy color: '#FF4500'

red 255 ◦ green 69 ◦ blue 0

#FF4500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of OrangeRed #FF4500

Tints of OrangeRed #FF4500

RGB

 RED value IS 255 (100% from 255) = 78.7%

 GREEN value IS 69 (27.34% from 255) = 21.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.7%
G = 21.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FF4500 (or 0xFF4500) is known color: OrangeRed. HEX triplet: FF, 45 and 00. RGB value is (255,69,0). Sum of RGB (Red+Green+Blue) = 255+69+0=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4500 is #00BAFF. Grayscale: #757575. Windows color (decimal): -47872 or 17919. OLE color: 17919.

HSL color Cylindrical-coordinate representation of color #FF4500: hue angle of 16.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4500 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 69 0 -
CMYK 0 0.73 1 0
HSL 16.24º 1% 0.5% -
HSV(B) 16.24º 1% 1% -
XYZ 43.37 25.52 2.64 -
YUV 116.75 62.12 226.61 -
System Red Green Blue C M Y K H S L
Decimal 255 69 0 0 0.73 1 0 16.24 1 0.5
Hex FF 45 0 0 49 64 0 10 64 32
Octal 377 105 0 0 111 144 0 20 144 62
Binary 11111111 1000101 0 0 1001001 1100100 0 10000 1100100 110010

Color Harmonies of #FF4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4500

Black with #FF4500

Text Example


Text Example

White with #FF4500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4500; }

 p { color: rgb(255,69,0); }

 H1.HeaderClassName
 {
   color: #FF4500;
 }
 .AnyTagClassName
 {
   color: #FF4500;
 }
</style>

background-color css

<style>
 a { background-color: #FF4500; }

 a { background-color: rgb(255,69,0); }

 div.DivClassName
 {
   background-color: #FF4500;
 }
 .BgClassName
 {
   background-color: #FF4500;
 }
</style>

border-color css

<style>
 span { border-color: #FF4500; }

 span { border-color: rgb(255,69,0); }

 td.TdClassName
 {
   border-color: #FF4500;
 }
 .TagClassName
 {
   border-color: #FF4500;
 }
</style>