Html Css Color HEX #FCB524 Supernova

📋 copy color: '#FCB524'

red 252 ◦ green 181 ◦ blue 36

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

Shades of Supernova #FCB524

Tints of Supernova #FCB524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.68%

R = 53.73%
G = 38.59%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCB524 (or 0xFCB524) is known color: Supernova. HEX triplet: FC, B5 and 24. RGB value is (252,181,36). Sum of RGB (Red+Green+Blue) = 252+181+36=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 36 (14.45% from 255 or 7.68% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB524 is #034ADB. Grayscale: #BABABA. Windows color (decimal): -215772 or 2405884. OLE color: 2405884.

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

Color convert

RGB 252 181 36 -
CMYK 0 0.28 0.86 0.01
HSL 40.28º 0.97% 0.56% -
HSV(B) 40.28º 0.86% 0.99% -
XYZ 56.99 53.87 9.06 -
YUV 185.7 43.52 175.29 -
System Red Green Blue C M Y K H S L
Decimal 252 181 36 0 0.28 0.86 0.01 40.28 0.97 0.56
Hex FC B5 24 0 1C 56 1 28 61 38
Octal 374 265 44 0 34 126 1 50 141 70
Binary 11111100 10110101 100100 0 11100 1010110 1 101000 1100001 111000

Color Harmonies of #FCB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB524

Black with #FCB524

Text Example


Text Example

White with #FCB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB524; }

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

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

background-color css

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

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

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

border-color css

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

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

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