Html Css Color HEX #FCBC3C Supernova

📋 copy color: '#FCBC3C'

red 252 ◦ green 188 ◦ blue 60

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

Shades of Supernova #FCBC3C

Tints of Supernova #FCBC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12%

R = 50.4%
G = 37.6%
B = 12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCBC3C (or 0xFCBC3C) is known color: Supernova. HEX triplet: FC, BC and 3C. RGB value is (252,188,60). Sum of RGB (Red+Green+Blue) = 252+188+60=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC3C is #0343C3. Grayscale: #C1C1C1. Windows color (decimal): -213956 or 3980540. OLE color: 3980540.

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

Color convert

RGB 252 188 60 -
CMYK 0 0.25 0.76 0.01
HSL 40º 0.97% 0.61% -
HSV(B) 40º 0.76% 0.99% -
XYZ 58.94 56.99 12.17 -
YUV 192.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 252 188 60 0 0.25 0.76 0.01 40 0.97 0.61
Hex FC BC 3C 0 19 4C 1 28 61 3D
Octal 374 274 74 0 31 114 1 50 141 75
Binary 11111100 10111100 111100 0 11001 1001100 1 101000 1100001 111101

Color Harmonies of #FCBC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC3C

Black with #FCBC3C

Text Example


Text Example

White with #FCBC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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