Html Css Color HEX #F89912 Dark Tangerine

📋 copy color: '#F89912'

red 248 ◦ green 153 ◦ blue 18

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

Shades of Dark Tangerine #F89912

Tints of Dark Tangerine #F89912

RGB

 RED value IS 248 (97.27% from 255) = 59.19%

 GREEN value IS 153 (60.16% from 255) = 36.52%

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

R = 59.19%
G = 36.52%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F89912 (or 0xF89912) is known color: Dark Tangerine. HEX triplet: F8, 99 and 12. RGB value is (248,153,18). Sum of RGB (Red+Green+Blue) = 248+153+18=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F89912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89912 is #0766ED. Grayscale: #A6A6A6. Windows color (decimal): -485102 or 1219064. OLE color: 1219064.

HSL color Cylindrical-coordinate representation of color #F89912: hue angle of 35.22º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F89912 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 153 18 -
CMYK 0 0.38 0.93 0.03
HSL 35.22º 0.94% 0.52% -
HSV(B) 35.22º 0.93% 0.97% -
XYZ 50.21 42.78 6.18 -
YUV 166.02 44.47 186.48 -
System Red Green Blue C M Y K H S L
Decimal 248 153 18 0 0.38 0.93 0.03 35.22 0.94 0.52
Hex F8 99 12 0 26 5D 3 23 5E 34
Octal 370 231 22 0 46 135 3 43 136 64
Binary 11111000 10011001 10010 0 100110 1011101 11 100011 1011110 110100

Color Harmonies of #F89912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89912

Black with #F89912

Text Example


Text Example

White with #F89912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89912; }

 p { color: rgb(248,153,18); }

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

background-color css

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

 a { background-color: rgb(248,153,18); }

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

border-color css

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

 span { border-color: rgb(248,153,18); }

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