Html Css Color HEX #F89D0E Dark Tangerine

📋 copy color: '#F89D0E'

red 248 ◦ green 157 ◦ blue 14

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

Shades of Dark Tangerine #F89D0E

Tints of Dark Tangerine #F89D0E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.47%

 BLUE value IS 14 (5.86% from 255) = 3.34%

R = 59.19%
G = 37.47%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F89D0E (or 0xF89D0E) is known color: Dark Tangerine. HEX triplet: F8, 9D and 0E. RGB value is (248,157,14). Sum of RGB (Red+Green+Blue) = 248+157+14=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89D0E is #0762F1. Grayscale: #A8A8A8. Windows color (decimal): -484082 or 957944. OLE color: 957944.

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

Color convert

RGB 248 157 14 -
CMYK 0 0.37 0.94 0.03
HSL 36.67º 0.94% 0.51% -
HSV(B) 36.67º 0.94% 0.97% -
XYZ 50.85 44.1 6.25 -
YUV 167.91 41.15 185.13 -
System Red Green Blue C M Y K H S L
Decimal 248 157 14 0 0.37 0.94 0.03 36.67 0.94 0.51
Hex F8 9D E 0 25 5E 3 25 5E 33
Octal 370 235 16 0 45 136 3 45 136 63
Binary 11111000 10011101 1110 0 100101 1011110 11 100101 1011110 110011

Color Harmonies of #F89D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89D0E

Black with #F89D0E

Text Example


Text Example

White with #F89D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89D0E; }

 p { color: rgb(248,157,14); }

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

background-color css

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

 a { background-color: rgb(248,157,14); }

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

border-color css

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

 span { border-color: rgb(248,157,14); }

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