Html Css Color HEX #F5A41D Dark Tangerine

📋 copy color: '#F5A41D'

red 245 ◦ green 164 ◦ blue 29

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

Shades of Dark Tangerine #F5A41D

Tints of Dark Tangerine #F5A41D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.44%

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 55.94%
G = 37.44%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5A41D (or 0xF5A41D) is known color: Dark Tangerine. HEX triplet: F5, A4 and 1D. RGB value is (245,164,29). Sum of RGB (Red+Green+Blue) = 245+164+29=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A41D is #0A5BE2. Grayscale: #ADADAD. Windows color (decimal): -678883 or 1942773. OLE color: 1942773.

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

Color convert

RGB 245 164 29 -
CMYK 0 0.33 0.88 0.04
HSL 37.5º 0.92% 0.54% -
HSV(B) 37.5º 0.88% 0.96% -
XYZ 51.15 46.05 7.36 -
YUV 172.83 46.84 179.48 -
System Red Green Blue C M Y K H S L
Decimal 245 164 29 0 0.33 0.88 0.04 37.5 0.92 0.54
Hex F5 A4 1D 0 21 58 4 26 5C 36
Octal 365 244 35 0 41 130 4 46 134 66
Binary 11110101 10100100 11101 0 100001 1011000 100 100110 1011100 110110

Color Harmonies of #F5A41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A41D

Black with #F5A41D

Text Example


Text Example

White with #F5A41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A41D; }

 p { color: rgb(245,164,29); }

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

background-color css

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

 a { background-color: rgb(245,164,29); }

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

border-color css

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

 span { border-color: rgb(245,164,29); }

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