Html Css Color HEX #F5B11C Dark Tangerine

📋 copy color: '#F5B11C'

red 245 ◦ green 177 ◦ blue 28

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

Shades of Dark Tangerine #F5B11C

Tints of Dark Tangerine #F5B11C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.33%

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

R = 54.44%
G = 39.33%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5B11C (or 0xF5B11C) is known color: Dark Tangerine. HEX triplet: F5, B1 and 1C. RGB value is (245,177,28). Sum of RGB (Red+Green+Blue) = 245+177+28=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 28 (11.33% from 255 or 6.22% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B11C is #0A4EE3. Grayscale: #B5B5B5. Windows color (decimal): -675556 or 1880565. OLE color: 1880565.

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

Color convert

RGB 245 177 28 -
CMYK 0 0.28 0.89 0.04
HSL 41.2º 0.92% 0.54% -
HSV(B) 41.2º 0.89% 0.96% -
XYZ 53.59 50.94 8.11 -
YUV 180.35 42.03 174.12 -
System Red Green Blue C M Y K H S L
Decimal 245 177 28 0 0.28 0.89 0.04 41.2 0.92 0.54
Hex F5 B1 1C 0 1C 59 4 29 5C 36
Octal 365 261 34 0 34 131 4 51 134 66
Binary 11110101 10110001 11100 0 11100 1011001 100 101001 1011100 110110

Color Harmonies of #F5B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B11C

Black with #F5B11C

Text Example


Text Example

White with #F5B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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