Html Css Color HEX #F89B14 Dark Tangerine

📋 copy color: '#F89B14'

red 248 ◦ green 155 ◦ blue 20

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

Shades of Dark Tangerine #F89B14

Tints of Dark Tangerine #F89B14

RGB

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

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

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

R = 58.63%
G = 36.64%
B = 4.73%

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

#F89B14 (or 0xF89B14) is known color: Dark Tangerine. HEX triplet: F8, 9B and 14. RGB value is (248,155,20). Sum of RGB (Red+Green+Blue) = 248+155+20=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89B14 is #0764EB. Grayscale: #A8A8A8. Windows color (decimal): -484588 or 1350648. OLE color: 1350648.

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

Color convert

RGB 248 155 20 -
CMYK 0 0.38 0.92 0.03
HSL 35.53º 0.94% 0.53% -
HSV(B) 35.53º 0.92% 0.97% -
XYZ 50.56 43.45 6.38 -
YUV 167.42 44.81 185.48 -
System Red Green Blue C M Y K H S L
Decimal 248 155 20 0 0.38 0.92 0.03 35.53 0.94 0.53
Hex F8 9B 14 0 26 5C 3 24 5E 35
Octal 370 233 24 0 46 134 3 44 136 65
Binary 11111000 10011011 10100 0 100110 1011100 11 100100 1011110 110101

Color Harmonies of #F89B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F89B14

Black with #F89B14

Text Example


Text Example

White with #F89B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F89B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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