Html Css Color HEX #F89F0D Dark Tangerine

📋 copy color: '#F89F0D'

red 248 ◦ green 159 ◦ blue 13

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

Shades of Dark Tangerine #F89F0D

Tints of Dark Tangerine #F89F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.1%

R = 59.05%
G = 37.86%
B = 3.1%

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

#F89F0D (or 0xF89F0D) is known color: Dark Tangerine. HEX triplet: F8, 9F and 0D. RGB value is (248,159,13). Sum of RGB (Red+Green+Blue) = 248+159+13=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F89F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89F0D is #0760F2. Grayscale: #A9A9A9. Windows color (decimal): -483571 or 892920. OLE color: 892920.

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

Color convert

RGB 248 159 13 -
CMYK 0 0.36 0.95 0.03
HSL 37.28º 0.94% 0.51% -
HSV(B) 37.28º 0.95% 0.97% -
XYZ 51.18 44.78 6.33 -
YUV 168.97 39.99 184.37 -
System Red Green Blue C M Y K H S L
Decimal 248 159 13 0 0.36 0.95 0.03 37.28 0.94 0.51
Hex F8 9F D 0 24 5F 3 25 5E 33
Octal 370 237 15 0 44 137 3 45 136 63
Binary 11111000 10011111 1101 0 100100 1011111 11 100101 1011110 110011

Color Harmonies of #F89F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89F0D

Black with #F89F0D

Text Example


Text Example

White with #F89F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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