Html Css Color HEX #F5A51C Dark Tangerine

📋 copy color: '#F5A51C'

red 245 ◦ green 165 ◦ blue 28

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

Shades of Dark Tangerine #F5A51C

Tints of Dark Tangerine #F5A51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 28 (11.33% from 255) = 6.39%

R = 55.94%
G = 37.67%
B = 6.39%

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

#F5A51C (or 0xF5A51C) is known color: Dark Tangerine. HEX triplet: F5, A5 and 1C. RGB value is (245,165,28). Sum of RGB (Red+Green+Blue) = 245+165+28=438 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.94% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A51C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A51C is #0A5AE3. Grayscale: #ADADAD. Windows color (decimal): -678628 or 1877493. OLE color: 1877493.

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

Color convert

RGB 245 165 28 -
CMYK 0 0.33 0.89 0.04
HSL 37.88º 0.92% 0.54% -
HSV(B) 37.88º 0.89% 0.96% -
XYZ 51.32 46.41 7.35 -
YUV 173.3 46 179.14 -
System Red Green Blue C M Y K H S L
Decimal 245 165 28 0 0.33 0.89 0.04 37.88 0.92 0.54
Hex F5 A5 1C 0 21 59 4 26 5C 36
Octal 365 245 34 0 41 131 4 46 134 66
Binary 11110101 10100101 11100 0 100001 1011001 100 100110 1011100 110110

Color Harmonies of #F5A51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A51C

Black with #F5A51C

Text Example


Text Example

White with #F5A51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A51C; }

 p { color: rgb(245,165,28); }

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

background-color css

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

 a { background-color: rgb(245,165,28); }

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

border-color css

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

 span { border-color: rgb(245,165,28); }

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