Html Css Color HEX #F5B31C Dark Tangerine

📋 copy color: '#F5B31C'

red 245 ◦ green 179 ◦ blue 28

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

Shades of Dark Tangerine #F5B31C

Tints of Dark Tangerine #F5B31C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.6%

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

R = 54.2%
G = 39.6%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5B31C (or 0xF5B31C) is known color: Dark Tangerine. HEX triplet: F5, B3 and 1C. RGB value is (245,179,28). Sum of RGB (Red+Green+Blue) = 245+179+28=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 28 (11.33% from 255 or 6.19% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B31C is #0A4CE3. Grayscale: #B6B6B6. Windows color (decimal): -675044 or 1881077. OLE color: 1881077.

HSL color Cylindrical-coordinate representation of color #F5B31C: hue angle of 41.75º 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 #F5B31C is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 179 28 -
CMYK 0 0.27 0.89 0.04
HSL 41.75º 0.92% 0.54% -
HSV(B) 41.75º 0.89% 0.96% -
XYZ 53.99 51.74 8.24 -
YUV 181.52 41.37 173.28 -
System Red Green Blue C M Y K H S L
Decimal 245 179 28 0 0.27 0.89 0.04 41.75 0.92 0.54
Hex F5 B3 1C 0 1B 59 4 2A 5C 36
Octal 365 263 34 0 33 131 4 52 134 66
Binary 11110101 10110011 11100 0 11011 1011001 100 101010 1011100 110110

Color Harmonies of #F5B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B31C

Black with #F5B31C

Text Example


Text Example

White with #F5B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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