Html Css Color HEX #FCB521 Dark Tangerine

📋 copy color: '#FCB521'

red 252 ◦ green 181 ◦ blue 33

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

Shades of Dark Tangerine #FCB521

Tints of Dark Tangerine #FCB521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.08%

R = 54.08%
G = 38.84%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCB521 (or 0xFCB521) is known color: Dark Tangerine. HEX triplet: FC, B5 and 21. RGB value is (252,181,33). Sum of RGB (Red+Green+Blue) = 252+181+33=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 33 (13.28% from 255 or 7.08% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB521 is #034ADE. Grayscale: #BABABA. Windows color (decimal): -215775 or 2209276. OLE color: 2209276.

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

Color convert

RGB 252 181 33 -
CMYK 0 0.28 0.87 0.01
HSL 40.55º 0.97% 0.56% -
HSV(B) 40.55º 0.87% 0.99% -
XYZ 56.94 53.85 8.83 -
YUV 185.36 42.02 175.53 -
System Red Green Blue C M Y K H S L
Decimal 252 181 33 0 0.28 0.87 0.01 40.55 0.97 0.56
Hex FC B5 21 0 1C 57 1 29 61 38
Octal 374 265 41 0 34 127 1 51 141 70
Binary 11111100 10110101 100001 0 11100 1010111 1 101001 1100001 111000

Color Harmonies of #FCB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB521

Black with #FCB521

Text Example


Text Example

White with #FCB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB521; }

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

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

background-color css

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

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

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

border-color css

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

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

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