Html Css Color HEX #FF8812 Dark Orange

📋 copy color: '#FF8812'

red 255 ◦ green 136 ◦ blue 18

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

Shades of Dark Orange #FF8812

Tints of Dark Orange #FF8812

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

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

R = 62.35%
G = 33.25%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8812 (or 0xFF8812) is known color: Dark Orange. HEX triplet: FF, 88 and 12. RGB value is (255,136,18). Sum of RGB (Red+Green+Blue) = 255+136+18=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8812 is #0077ED. Grayscale: #9E9E9E. Windows color (decimal): -30702 or 1214719. OLE color: 1214719.

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

Color convert

RGB 255 136 18 -
CMYK 0 0.47 0.93 0
HSL 29.87º 1% 0.54% -
HSV(B) 29.87º 0.93% 1% -
XYZ 50.15 38.91 5.44 -
YUV 158.13 48.92 197.09 -
System Red Green Blue C M Y K H S L
Decimal 255 136 18 0 0.47 0.93 0 29.87 1 0.54
Hex FF 88 12 0 2F 5D 0 1E 64 36
Octal 377 210 22 0 57 135 0 36 144 66
Binary 11111111 10001000 10010 0 101111 1011101 0 11110 1100100 110110

Color Harmonies of #FF8812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8812

Black with #FF8812

Text Example


Text Example

White with #FF8812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8812; }

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

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

background-color css

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

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

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

border-color css

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

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

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