Html Css Color HEX #FCB529 Supernova

📋 copy color: '#FCB529'

red 252 ◦ green 181 ◦ blue 41

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

Shades of Supernova #FCB529

Tints of Supernova #FCB529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.65%

R = 53.16%
G = 38.19%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCB529 (or 0xFCB529) is known color: Supernova. HEX triplet: FC, B5 and 29. RGB value is (252,181,41). Sum of RGB (Red+Green+Blue) = 252+181+41=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB529 is #034AD6. Grayscale: #BABABA. Windows color (decimal): -215767 or 2733564. OLE color: 2733564.

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

Color convert

RGB 252 181 41 -
CMYK 0 0.28 0.84 0.01
HSL 39.81º 0.97% 0.57% -
HSV(B) 39.81º 0.84% 0.99% -
XYZ 57.07 53.9 9.49 -
YUV 186.27 46.02 174.88 -
System Red Green Blue C M Y K H S L
Decimal 252 181 41 0 0.28 0.84 0.01 39.81 0.97 0.57
Hex FC B5 29 0 1C 54 1 28 61 39
Octal 374 265 51 0 34 124 1 50 141 71
Binary 11111100 10110101 101001 0 11100 1010100 1 101000 1100001 111001

Color Harmonies of #FCB529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB529

Black with #FCB529

Text Example


Text Example

White with #FCB529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB529; }

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

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

background-color css

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

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

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

border-color css

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

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

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