Html Css Color HEX #F5A41B Dark Tangerine

📋 copy color: '#F5A41B'

red 245 ◦ green 164 ◦ blue 27

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

Shades of Dark Tangerine #F5A41B

Tints of Dark Tangerine #F5A41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.19%

R = 56.19%
G = 37.61%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5A41B (or 0xF5A41B) is known color: Dark Tangerine. HEX triplet: F5, A4 and 1B. RGB value is (245,164,27). Sum of RGB (Red+Green+Blue) = 245+164+27=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A41B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A41B is #0A5BE4. Grayscale: #ADADAD. Windows color (decimal): -678885 or 1811701. OLE color: 1811701.

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

Color convert

RGB 245 164 27 -
CMYK 0 0.33 0.89 0.04
HSL 37.71º 0.92% 0.53% -
HSV(B) 37.71º 0.89% 0.96% -
XYZ 51.13 46.04 7.23 -
YUV 172.6 45.84 179.64 -
System Red Green Blue C M Y K H S L
Decimal 245 164 27 0 0.33 0.89 0.04 37.71 0.92 0.53
Hex F5 A4 1B 0 21 59 4 26 5C 35
Octal 365 244 33 0 41 131 4 46 134 65
Binary 11110101 10100100 11011 0 100001 1011001 100 100110 1011100 110101

Color Harmonies of #F5A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A41B

Black with #F5A41B

Text Example


Text Example

White with #F5A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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