Html Css Color HEX #FCBC34 Supernova

📋 copy color: '#FCBC34'

red 252 ◦ green 188 ◦ blue 52

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

Shades of Supernova #FCBC34

Tints of Supernova #FCBC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.57%

R = 51.22%
G = 38.21%
B = 10.57%

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

#FCBC34 (or 0xFCBC34) is known color: Supernova. HEX triplet: FC, BC and 34. RGB value is (252,188,52). Sum of RGB (Red+Green+Blue) = 252+188+52=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC34 is #0343CB. Grayscale: #C0C0C0. Windows color (decimal): -213964 or 3456252. OLE color: 3456252.

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

Color convert

RGB 252 188 52 -
CMYK 0 0.25 0.79 0.01
HSL 40.8º 0.97% 0.6% -
HSV(B) 40.8º 0.79% 0.99% -
XYZ 58.75 56.91 11.14 -
YUV 191.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 252 188 52 0 0.25 0.79 0.01 40.8 0.97 0.6
Hex FC BC 34 0 19 4F 1 29 61 3C
Octal 374 274 64 0 31 117 1 51 141 74
Binary 11111100 10111100 110100 0 11001 1001111 1 101001 1100001 111100

Color Harmonies of #FCBC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC34

Black with #FCBC34

Text Example


Text Example

White with #FCBC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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