Html Css Color HEX #FCB525 Supernova

📋 copy color: '#FCB525'

red 252 ◦ green 181 ◦ blue 37

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

Shades of Supernova #FCB525

Tints of Supernova #FCB525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.87%

R = 53.62%
G = 38.51%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCB525 (or 0xFCB525) is known color: Supernova. HEX triplet: FC, B5 and 25. RGB value is (252,181,37). Sum of RGB (Red+Green+Blue) = 252+181+37=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB525 is #034ADA. Grayscale: #BABABA. Windows color (decimal): -215771 or 2471420. OLE color: 2471420.

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

Color convert

RGB 252 181 37 -
CMYK 0 0.28 0.85 0.01
HSL 40.19º 0.97% 0.57% -
HSV(B) 40.19º 0.85% 0.99% -
XYZ 57 53.88 9.15 -
YUV 185.81 44.02 175.21 -
System Red Green Blue C M Y K H S L
Decimal 252 181 37 0 0.28 0.85 0.01 40.19 0.97 0.57
Hex FC B5 25 0 1C 55 1 28 61 39
Octal 374 265 45 0 34 125 1 50 141 71
Binary 11111100 10110101 100101 0 11100 1010101 1 101000 1100001 111001

Color Harmonies of #FCB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB525

Black with #FCB525

Text Example


Text Example

White with #FCB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB525; }

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

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

background-color css

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

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

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

border-color css

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

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

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