Html Css Color HEX #F89B13 Dark Tangerine

📋 copy color: '#F89B13'

red 248 ◦ green 155 ◦ blue 19

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

Shades of Dark Tangerine #F89B13

Tints of Dark Tangerine #F89B13

RGB

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

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

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

R = 58.77%
G = 36.73%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F89B13 (or 0xF89B13) is known color: Dark Tangerine. HEX triplet: F8, 9B and 13. RGB value is (248,155,19). Sum of RGB (Red+Green+Blue) = 248+155+19=422 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.77% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89B13 is #0764EC. Grayscale: #A7A7A7. Windows color (decimal): -484589 or 1285112. OLE color: 1285112.

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

Color convert

RGB 248 155 19 -
CMYK 0 0.38 0.92 0.03
HSL 35.63º 0.94% 0.52% -
HSV(B) 35.63º 0.92% 0.97% -
XYZ 50.55 43.45 6.34 -
YUV 167.3 44.31 185.56 -
System Red Green Blue C M Y K H S L
Decimal 248 155 19 0 0.38 0.92 0.03 35.63 0.94 0.52
Hex F8 9B 13 0 26 5C 3 24 5E 34
Octal 370 233 23 0 46 134 3 44 136 64
Binary 11111000 10011011 10011 0 100110 1011100 11 100100 1011110 110100

Color Harmonies of #F89B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89B13

Black with #F89B13

Text Example


Text Example

White with #F89B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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