Html Css Color HEX #FCB535 Supernova

📋 copy color: '#FCB535'

red 252 ◦ green 181 ◦ blue 53

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

Shades of Supernova #FCB535

Tints of Supernova #FCB535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.91%

R = 51.85%
G = 37.24%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCB535 (or 0xFCB535) is known color: Supernova. HEX triplet: FC, B5 and 35. RGB value is (252,181,53). Sum of RGB (Red+Green+Blue) = 252+181+53=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB535 is #034ACA. Grayscale: #BCBCBC. Windows color (decimal): -215755 or 3519996. OLE color: 3519996.

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

Color convert

RGB 252 181 53 -
CMYK 0 0.28 0.79 0.01
HSL 38.59º 0.97% 0.6% -
HSV(B) 38.59º 0.79% 0.99% -
XYZ 57.31 54 10.77 -
YUV 187.64 52.02 173.91 -
System Red Green Blue C M Y K H S L
Decimal 252 181 53 0 0.28 0.79 0.01 38.59 0.97 0.6
Hex FC B5 35 0 1C 4F 1 27 61 3C
Octal 374 265 65 0 34 117 1 47 141 74
Binary 11111100 10110101 110101 0 11100 1001111 1 100111 1100001 111100

Color Harmonies of #FCB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB535

Black with #FCB535

Text Example


Text Example

White with #FCB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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