Html Css Color HEX #FCBC40 Supernova

📋 copy color: '#FCBC40'

red 252 ◦ green 188 ◦ blue 64

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

Shades of Supernova #FCBC40

Tints of Supernova #FCBC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

 BLUE value IS 64 (25.39% from 255) = 12.7%

R = 50%
G = 37.3%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCBC40 (or 0xFCBC40) is known color: Supernova. HEX triplet: FC, BC and 40. RGB value is (252,188,64). Sum of RGB (Red+Green+Blue) = 252+188+64=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC40 is #0343BF. Grayscale: #C1C1C1. Windows color (decimal): -213952 or 4242684. OLE color: 4242684.

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

Color convert

RGB 252 188 64 -
CMYK 0 0.25 0.75 0.01
HSL 39.57º 0.97% 0.62% -
HSV(B) 39.57º 0.75% 0.99% -
XYZ 59.05 57.03 12.75 -
YUV 193 55.2 170.08 -
System Red Green Blue C M Y K H S L
Decimal 252 188 64 0 0.25 0.75 0.01 39.57 0.97 0.62
Hex FC BC 40 0 19 4B 1 28 61 3E
Octal 374 274 100 0 31 113 1 50 141 76
Binary 11111100 10111100 1000000 0 11001 1001011 1 101000 1100001 111110

Color Harmonies of #FCBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC40

Black with #FCBC40

Text Example


Text Example

White with #FCBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC40; }

 p { color: rgb(252,188,64); }

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

background-color css

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

 a { background-color: rgb(252,188,64); }

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

border-color css

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

 span { border-color: rgb(252,188,64); }

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