Html Css Color HEX #F5A811 Dark Tangerine

📋 copy color: '#F5A811'

red 245 ◦ green 168 ◦ blue 17

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

Shades of Dark Tangerine #F5A811

Tints of Dark Tangerine #F5A811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 56.98%
G = 39.07%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5A811 (or 0xF5A811) is known color: Dark Tangerine. HEX triplet: F5, A8 and 11. RGB value is (245,168,17). Sum of RGB (Red+Green+Blue) = 245+168+17=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A811 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A811 is #0A57EE. Grayscale: #AEAEAE. Windows color (decimal): -677871 or 1157365. OLE color: 1157365.

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

Color convert

RGB 245 168 17 -
CMYK 0 0.31 0.93 0.04
HSL 39.74º 0.92% 0.51% -
HSV(B) 39.74º 0.93% 0.96% -
XYZ 51.76 47.46 6.96 -
YUV 173.81 39.51 178.78 -
System Red Green Blue C M Y K H S L
Decimal 245 168 17 0 0.31 0.93 0.04 39.74 0.92 0.51
Hex F5 A8 11 0 1F 5D 4 28 5C 33
Octal 365 250 21 0 37 135 4 50 134 63
Binary 11110101 10101000 10001 0 11111 1011101 100 101000 1011100 110011

Color Harmonies of #F5A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A811

Black with #F5A811

Text Example


Text Example

White with #F5A811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A811; }

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

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

background-color css

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

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

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

border-color css

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

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

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