Html Css Color HEX #FCBA32 Supernova

📋 copy color: '#FCBA32'

red 252 ◦ green 186 ◦ blue 50

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

Shades of Supernova #FCBA32

Tints of Supernova #FCBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 50 (19.92% from 255) = 10.25%

R = 51.64%
G = 38.11%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCBA32 (or 0xFCBA32) is known color: Supernova. HEX triplet: FC, BA and 32. RGB value is (252,186,50). Sum of RGB (Red+Green+Blue) = 252+186+50=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA32 is #0345CD. Grayscale: #BEBEBE. Windows color (decimal): -214478 or 3324668. OLE color: 3324668.

HSL color Cylindrical-coordinate representation of color #FCBA32: hue angle of 40.4º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCBA32 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 186 50 -
CMYK 0 0.26 0.80 0.01
HSL 40.4º 0.97% 0.59% -
HSV(B) 40.4º 0.8% 0.99% -
XYZ 58.28 56.04 10.76 -
YUV 190.23 48.87 172.06 -
System Red Green Blue C M Y K H S L
Decimal 252 186 50 0 0.26 0.80 0.01 40.4 0.97 0.59
Hex FC BA 32 0 1A 50 1 28 61 3B
Octal 374 272 62 0 32 120 1 50 141 73
Binary 11111100 10111010 110010 0 11010 1010000 1 101000 1100001 111011

Color Harmonies of #FCBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA32

Black with #FCBA32

Text Example


Text Example

White with #FCBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA32; }

 p { color: rgb(252,186,50); }

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

background-color css

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

 a { background-color: rgb(252,186,50); }

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

border-color css

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

 span { border-color: rgb(252,186,50); }

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