Html Css Color HEX #FCBA37 Supernova

📋 copy color: '#FCBA37'

red 252 ◦ green 186 ◦ blue 55

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

Shades of Supernova #FCBA37

Tints of Supernova #FCBA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.16%

R = 51.12%
G = 37.73%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCBA37 (or 0xFCBA37) is known color: Supernova. HEX triplet: FC, BA and 37. RGB value is (252,186,55). Sum of RGB (Red+Green+Blue) = 252+186+55=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 55 (21.88% from 255 or 11.16% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA37 is #0345C8. Grayscale: #BFBFBF. Windows color (decimal): -214473 or 3652348. OLE color: 3652348.

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

Color convert

RGB 252 186 55 -
CMYK 0 0.26 0.78 0.01
HSL 39.9º 0.97% 0.6% -
HSV(B) 39.9º 0.78% 0.99% -
XYZ 58.39 56.09 11.36 -
YUV 190.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 252 186 55 0 0.26 0.78 0.01 39.9 0.97 0.6
Hex FC BA 37 0 1A 4E 1 28 61 3C
Octal 374 272 67 0 32 116 1 50 141 74
Binary 11111100 10111010 110111 0 11010 1001110 1 101000 1100001 111100

Color Harmonies of #FCBA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA37

Black with #FCBA37

Text Example


Text Example

White with #FCBA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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