Html Css Color HEX #FF9412 Dark Orange

📋 copy color: '#FF9412'

red 255 ◦ green 148 ◦ blue 18

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

Shades of Dark Orange #FF9412

Tints of Dark Orange #FF9412

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

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

R = 60.57%
G = 35.15%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF9412 (or 0xFF9412) is known color: Dark Orange. HEX triplet: FF, 94 and 12. RGB value is (255,148,18). Sum of RGB (Red+Green+Blue) = 255+148+18=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9412 is #006BED. Grayscale: #A5A5A5. Windows color (decimal): -27630 or 1217791. OLE color: 1217791.

HSL color Cylindrical-coordinate representation of color #FF9412: hue angle of 32.91º 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 #FF9412 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 148 18 -
CMYK 0 0.42 0.93 0
HSL 32.91º 1% 0.54% -
HSV(B) 32.91º 0.93% 1% -
XYZ 51.94 42.48 6.03 -
YUV 165.17 44.95 192.07 -
System Red Green Blue C M Y K H S L
Decimal 255 148 18 0 0.42 0.93 0 32.91 1 0.54
Hex FF 94 12 0 2A 5D 0 21 64 36
Octal 377 224 22 0 52 135 0 41 144 66
Binary 11111111 10010100 10010 0 101010 1011101 0 100001 1100100 110110

Color Harmonies of #FF9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9412

Black with #FF9412

Text Example


Text Example

White with #FF9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9412; }

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

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

background-color css

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

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

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

border-color css

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

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

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