Html Css Color HEX #F89B0E Dark Tangerine

📋 copy color: '#F89B0E'

red 248 ◦ green 155 ◦ blue 14

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

Shades of Dark Tangerine #F89B0E

Tints of Dark Tangerine #F89B0E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

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

R = 59.47%
G = 37.17%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F89B0E (or 0xF89B0E) is known color: Dark Tangerine. HEX triplet: F8, 9B and 0E. RGB value is (248,155,14). Sum of RGB (Red+Green+Blue) = 248+155+14=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89B0E is #0764F1. Grayscale: #A7A7A7. Windows color (decimal): -484594 or 957432. OLE color: 957432.

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

Color convert

RGB 248 155 14 -
CMYK 0 0.38 0.94 0.03
HSL 36.15º 0.94% 0.51% -
HSV(B) 36.15º 0.94% 0.97% -
XYZ 50.51 43.43 6.14 -
YUV 166.73 41.81 185.96 -
System Red Green Blue C M Y K H S L
Decimal 248 155 14 0 0.38 0.94 0.03 36.15 0.94 0.51
Hex F8 9B E 0 26 5E 3 24 5E 33
Octal 370 233 16 0 46 136 3 44 136 63
Binary 11111000 10011011 1110 0 100110 1011110 11 100100 1011110 110011

Color Harmonies of #F89B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89B0E

Black with #F89B0E

Text Example


Text Example

White with #F89B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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