Html Css Color HEX #F89814 Dark Tangerine

📋 copy color: '#F89814'

red 248 ◦ green 152 ◦ blue 20

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

Shades of Dark Tangerine #F89814

Tints of Dark Tangerine #F89814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 20 (8.2% from 255) = 4.76%

R = 59.05%
G = 36.19%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F89814 (or 0xF89814) is known color: Dark Tangerine. HEX triplet: F8, 98 and 14. RGB value is (248,152,20). Sum of RGB (Red+Green+Blue) = 248+152+20=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F89814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89814 is #0767EB. Grayscale: #A6A6A6. Windows color (decimal): -485356 or 1349880. OLE color: 1349880.

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

Color convert

RGB 248 152 20 -
CMYK 0 0.39 0.92 0.03
HSL 34.74º 0.94% 0.53% -
HSV(B) 34.74º 0.92% 0.97% -
XYZ 50.07 42.46 6.22 -
YUV 165.66 45.8 186.73 -
System Red Green Blue C M Y K H S L
Decimal 248 152 20 0 0.39 0.92 0.03 34.74 0.94 0.53
Hex F8 98 14 0 27 5C 3 23 5E 35
Octal 370 230 24 0 47 134 3 43 136 65
Binary 11111000 10011000 10100 0 100111 1011100 11 100011 1011110 110101

Color Harmonies of #F89814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89814

Black with #F89814

Text Example


Text Example

White with #F89814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89814; }

 p { color: rgb(248,152,20); }

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

background-color css

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

 a { background-color: rgb(248,152,20); }

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

border-color css

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

 span { border-color: rgb(248,152,20); }

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