Html Css Color HEX #FF4012 Orange Red

📋 copy color: '#FF4012'

red 255 ◦ green 64 ◦ blue 18

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

Shades of Orange Red #FF4012

Tints of Orange Red #FF4012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 75.67%
G = 18.99%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF4012 (or 0xFF4012) is known color: Orange Red. HEX triplet: FF, 40 and 12. RGB value is (255,64,18). Sum of RGB (Red+Green+Blue) = 255+64+18=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4012 is #00BFED. Grayscale: #747474. Windows color (decimal): -49134 or 1196287. OLE color: 1196287.

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

Color convert

RGB 255 64 18 -
CMYK 0 0.75 0.93 0
HSL 11.65º 1% 0.54% -
HSV(B) 11.65º 0.93% 1% -
XYZ 43.18 24.97 3.12 -
YUV 115.87 72.78 227.24 -
System Red Green Blue C M Y K H S L
Decimal 255 64 18 0 0.75 0.93 0 11.65 1 0.54
Hex FF 40 12 0 4B 5D 0 C 64 36
Octal 377 100 22 0 113 135 0 14 144 66
Binary 11111111 1000000 10010 0 1001011 1011101 0 1100 1100100 110110

Color Harmonies of #FF4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4012

Black with #FF4012

Text Example


Text Example

White with #FF4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4012; }

 p { color: rgb(255,64,18); }

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

background-color css

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

 a { background-color: rgb(255,64,18); }

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

border-color css

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

 span { border-color: rgb(255,64,18); }

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