Html Css Color HEX #FCB526 Supernova

📋 copy color: '#FCB526'

red 252 ◦ green 181 ◦ blue 38

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

Shades of Supernova #FCB526

Tints of Supernova #FCB526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.07%

R = 53.5%
G = 38.43%
B = 8.07%

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

#FCB526 (or 0xFCB526) is known color: Supernova. HEX triplet: FC, B5 and 26. RGB value is (252,181,38). Sum of RGB (Red+Green+Blue) = 252+181+38=471 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.50% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB526 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB526 is #034AD9. Grayscale: #BABABA. Windows color (decimal): -215770 or 2536956. OLE color: 2536956.

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

Color convert

RGB 252 181 38 -
CMYK 0 0.28 0.85 0.01
HSL 40.09º 0.97% 0.57% -
HSV(B) 40.09º 0.85% 0.99% -
XYZ 57.02 53.88 9.23 -
YUV 185.93 44.52 175.13 -
System Red Green Blue C M Y K H S L
Decimal 252 181 38 0 0.28 0.85 0.01 40.09 0.97 0.57
Hex FC B5 26 0 1C 55 1 28 61 39
Octal 374 265 46 0 34 125 1 50 141 71
Binary 11111100 10110101 100110 0 11100 1010101 1 101000 1100001 111001

Color Harmonies of #FCB526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB526

Black with #FCB526

Text Example


Text Example

White with #FCB526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB526; }

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

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

background-color css

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

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

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

border-color css

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

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

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