Html Css Color HEX #F99812 Dark Tangerine

📋 copy color: '#F99812'

red 249 ◦ green 152 ◦ blue 18

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

Shades of Dark Tangerine #F99812

Tints of Dark Tangerine #F99812

RGB

 RED value IS 249 (97.66% from 255) = 59.43%

 GREEN value IS 152 (59.77% from 255) = 36.28%

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

R = 59.43%
G = 36.28%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F99812 (or 0xF99812) is known color: Dark Tangerine. HEX triplet: F9, 98 and 12. RGB value is (249,152,18). Sum of RGB (Red+Green+Blue) = 249+152+18=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F99812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99812 is #0667ED. Grayscale: #A6A6A6. Windows color (decimal): -419822 or 1218809. OLE color: 1218809.

HSL color Cylindrical-coordinate representation of color #F99812: hue angle of 34.81º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F99812 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 152 18 -
CMYK 0 0.39 0.93 0.02
HSL 34.81º 0.95% 0.52% -
HSV(B) 34.81º 0.93% 0.98% -
XYZ 50.4 42.64 6.15 -
YUV 165.73 44.64 187.4 -
System Red Green Blue C M Y K H S L
Decimal 249 152 18 0 0.39 0.93 0.02 34.81 0.95 0.52
Hex F9 98 12 0 27 5D 2 23 5F 34
Octal 371 230 22 0 47 135 2 43 137 64
Binary 11111001 10011000 10010 0 100111 1011101 10 100011 1011111 110100

Color Harmonies of #F99812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99812

Black with #F99812

Text Example


Text Example

White with #F99812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99812; }

 p { color: rgb(249,152,18); }

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

background-color css

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

 a { background-color: rgb(249,152,18); }

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

border-color css

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

 span { border-color: rgb(249,152,18); }

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