Html Css Color HEX #F5A80B Dark Tangerine

📋 copy color: '#F5A80B'

red 245 ◦ green 168 ◦ blue 11

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

Shades of Dark Tangerine #F5A80B

Tints of Dark Tangerine #F5A80B

RGB

 RED value IS 245 (96.09% from 255) = 57.78%

 GREEN value IS 168 (66.02% from 255) = 39.62%

 BLUE value IS 11 (4.69% from 255) = 2.59%

R = 57.78%
G = 39.62%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5A80B (or 0xF5A80B) is known color: Dark Tangerine. HEX triplet: F5, A8 and 0B. RGB value is (245,168,11). Sum of RGB (Red+Green+Blue) = 245+168+11=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A80B is #0A57F4. Grayscale: #ADADAD. Windows color (decimal): -677877 or 764149. OLE color: 764149.

HSL color Cylindrical-coordinate representation of color #F5A80B: hue angle of 40.26º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5A80B is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 168 11 -
CMYK 0 0.31 0.96 0.04
HSL 40.26º 0.92% 0.5% -
HSV(B) 40.26º 0.96% 0.96% -
XYZ 51.72 47.44 6.75 -
YUV 173.13 36.51 179.27 -
System Red Green Blue C M Y K H S L
Decimal 245 168 11 0 0.31 0.96 0.04 40.26 0.92 0.5
Hex F5 A8 B 0 1F 60 4 28 5C 32
Octal 365 250 13 0 37 140 4 50 134 62
Binary 11110101 10101000 1011 0 11111 1100000 100 101000 1011100 110010

Color Harmonies of #F5A80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A80B

Black with #F5A80B

Text Example


Text Example

White with #F5A80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A80B; }

 p { color: rgb(245,168,11); }

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

background-color css

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

 a { background-color: rgb(245,168,11); }

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

border-color css

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

 span { border-color: rgb(245,168,11); }

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