Html Css Color HEX #FCB528 Supernova

📋 copy color: '#FCB528'

red 252 ◦ green 181 ◦ blue 40

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

Shades of Supernova #FCB528

Tints of Supernova #FCB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.46%

R = 53.28%
G = 38.27%
B = 8.46%

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

#FCB528 (or 0xFCB528) is known color: Supernova. HEX triplet: FC, B5 and 28. RGB value is (252,181,40). Sum of RGB (Red+Green+Blue) = 252+181+40=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB528 is #034AD7. Grayscale: #BABABA. Windows color (decimal): -215768 or 2668028. OLE color: 2668028.

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

Color convert

RGB 252 181 40 -
CMYK 0 0.28 0.84 0.01
HSL 39.91º 0.97% 0.57% -
HSV(B) 39.91º 0.84% 0.99% -
XYZ 57.05 53.9 9.4 -
YUV 186.16 45.52 174.96 -
System Red Green Blue C M Y K H S L
Decimal 252 181 40 0 0.28 0.84 0.01 39.91 0.97 0.57
Hex FC B5 28 0 1C 54 1 28 61 39
Octal 374 265 50 0 34 124 1 50 141 71
Binary 11111100 10110101 101000 0 11100 1010100 1 101000 1100001 111001

Color Harmonies of #FCB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB528

Black with #FCB528

Text Example


Text Example

White with #FCB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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