Html Css Color HEX #FCB511 Dark Tangerine

📋 copy color: '#FCB511'

red 252 ◦ green 181 ◦ blue 17

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

Shades of Dark Tangerine #FCB511

Tints of Dark Tangerine #FCB511

RGB

 RED value IS 252 (98.83% from 255) = 56%

 GREEN value IS 181 (71.09% from 255) = 40.22%

 BLUE value IS 17 (7.03% from 255) = 3.78%

R = 56%
G = 40.22%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCB511 (or 0xFCB511) is known color: Dark Tangerine. HEX triplet: FC, B5 and 11. RGB value is (252,181,17). Sum of RGB (Red+Green+Blue) = 252+181+17=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB511 is #034AEE. Grayscale: #B8B8B8. Windows color (decimal): -215791 or 1160700. OLE color: 1160700.

HSL color Cylindrical-coordinate representation of color #FCB511: hue angle of 41.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCB511 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 181 17 -
CMYK 0 0.28 0.93 0.01
HSL 41.87º 0.98% 0.53% -
HSV(B) 41.87º 0.93% 0.99% -
XYZ 56.77 53.78 7.92 -
YUV 183.53 34.02 176.84 -
System Red Green Blue C M Y K H S L
Decimal 252 181 17 0 0.28 0.93 0.01 41.87 0.98 0.53
Hex FC B5 11 0 1C 5D 1 2A 62 35
Octal 374 265 21 0 34 135 1 52 142 65
Binary 11111100 10110101 10001 0 11100 1011101 1 101010 1100010 110101

Color Harmonies of #FCB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB511

Black with #FCB511

Text Example


Text Example

White with #FCB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB511; }

 p { color: rgb(252,181,17); }

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

background-color css

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

 a { background-color: rgb(252,181,17); }

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

border-color css

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

 span { border-color: rgb(252,181,17); }

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