Html Css Color HEX #FCBC36 Supernova

📋 copy color: '#FCBC36'

red 252 ◦ green 188 ◦ blue 54

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

Shades of Supernova #FCBC36

Tints of Supernova #FCBC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.93%

R = 51.01%
G = 38.06%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCBC36 (or 0xFCBC36) is known color: Supernova. HEX triplet: FC, BC and 36. RGB value is (252,188,54). Sum of RGB (Red+Green+Blue) = 252+188+54=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC36 is #0343C9. Grayscale: #C0C0C0. Windows color (decimal): -213962 or 3587324. OLE color: 3587324.

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

Color convert

RGB 252 188 54 -
CMYK 0 0.25 0.79 0.01
HSL 40.61º 0.97% 0.6% -
HSV(B) 40.61º 0.79% 0.99% -
XYZ 58.79 56.93 11.38 -
YUV 191.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 252 188 54 0 0.25 0.79 0.01 40.61 0.97 0.6
Hex FC BC 36 0 19 4F 1 29 61 3C
Octal 374 274 66 0 31 117 1 51 141 74
Binary 11111100 10111100 110110 0 11001 1001111 1 101001 1100001 111100

Color Harmonies of #FCBC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC36

Black with #FCBC36

Text Example


Text Example

White with #FCBC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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