Html Css Color HEX #F89F12 Dark Tangerine

📋 copy color: '#F89F12'

red 248 ◦ green 159 ◦ blue 18

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

Shades of Dark Tangerine #F89F12

Tints of Dark Tangerine #F89F12

RGB

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

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

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

R = 58.35%
G = 37.41%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F89F12 (or 0xF89F12) is known color: Dark Tangerine. HEX triplet: F8, 9F and 12. RGB value is (248,159,18). Sum of RGB (Red+Green+Blue) = 248+159+18=425 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.35% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 18 (7.42% from 255 or 4.24% from 425); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89F12 is #0760ED. Grayscale: #AAAAAA. Windows color (decimal): -483566 or 1220600. OLE color: 1220600.

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

Color convert

RGB 248 159 18 -
CMYK 0 0.36 0.93 0.03
HSL 36.78º 0.94% 0.52% -
HSV(B) 36.78º 0.93% 0.97% -
XYZ 51.22 44.8 6.52 -
YUV 169.54 42.49 183.96 -
System Red Green Blue C M Y K H S L
Decimal 248 159 18 0 0.36 0.93 0.03 36.78 0.94 0.52
Hex F8 9F 12 0 24 5D 3 25 5E 34
Octal 370 237 22 0 44 135 3 45 136 64
Binary 11111000 10011111 10010 0 100100 1011101 11 100101 1011110 110100

Color Harmonies of #F89F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89F12

Black with #F89F12

Text Example


Text Example

White with #F89F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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