Html Css Color HEX #F89D13 Dark Tangerine

📋 copy color: '#F89D13'

red 248 ◦ green 157 ◦ blue 19

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

Shades of Dark Tangerine #F89D13

Tints of Dark Tangerine #F89D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.48%

R = 58.49%
G = 37.03%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F89D13 (or 0xF89D13) is known color: Dark Tangerine. HEX triplet: F8, 9D and 13. RGB value is (248,157,19). Sum of RGB (Red+Green+Blue) = 248+157+19=424 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.49% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89D13 is #0762EC. Grayscale: #A9A9A9. Windows color (decimal): -484077 or 1285624. OLE color: 1285624.

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

Color convert

RGB 248 157 19 -
CMYK 0 0.37 0.92 0.03
HSL 36.16º 0.94% 0.52% -
HSV(B) 36.16º 0.92% 0.97% -
XYZ 50.89 44.12 6.45 -
YUV 168.48 43.65 184.72 -
System Red Green Blue C M Y K H S L
Decimal 248 157 19 0 0.37 0.92 0.03 36.16 0.94 0.52
Hex F8 9D 13 0 25 5C 3 24 5E 34
Octal 370 235 23 0 45 134 3 44 136 64
Binary 11111000 10011101 10011 0 100101 1011100 11 100100 1011110 110100

Color Harmonies of #F89D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89D13

Black with #F89D13

Text Example


Text Example

White with #F89D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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