Html Css Color HEX #F89F0C Dark Tangerine

📋 copy color: '#F89F0C'

red 248 ◦ green 159 ◦ blue 12

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

Shades of Dark Tangerine #F89F0C

Tints of Dark Tangerine #F89F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.95%

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 59.19%
G = 37.95%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F89F0C (or 0xF89F0C) is known color: Dark Tangerine. HEX triplet: F8, 9F and 0C. RGB value is (248,159,12). Sum of RGB (Red+Green+Blue) = 248+159+12=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89F0C is #0760F3. Grayscale: #A9A9A9. Windows color (decimal): -483572 or 827384. OLE color: 827384.

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

Color convert

RGB 248 159 12 -
CMYK 0 0.36 0.95 0.03
HSL 37.37º 0.94% 0.51% -
HSV(B) 37.37º 0.95% 0.97% -
XYZ 51.18 44.78 6.29 -
YUV 168.85 39.49 184.45 -
System Red Green Blue C M Y K H S L
Decimal 248 159 12 0 0.36 0.95 0.03 37.37 0.94 0.51
Hex F8 9F C 0 24 5F 3 25 5E 33
Octal 370 237 14 0 44 137 3 45 136 63
Binary 11111000 10011111 1100 0 100100 1011111 11 100101 1011110 110011

Color Harmonies of #F89F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89F0C

Black with #F89F0C

Text Example


Text Example

White with #F89F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89F0C; }

 p { color: rgb(248,159,12); }

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

background-color css

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

 a { background-color: rgb(248,159,12); }

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

border-color css

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

 span { border-color: rgb(248,159,12); }

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