Html Css Color HEX #FCBA31 Supernova

📋 copy color: '#FCBA31'

red 252 ◦ green 186 ◦ blue 49

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

Shades of Supernova #FCBA31

Tints of Supernova #FCBA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.06%

R = 51.75%
G = 38.19%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCBA31 (or 0xFCBA31) is known color: Supernova. HEX triplet: FC, BA and 31. RGB value is (252,186,49). Sum of RGB (Red+Green+Blue) = 252+186+49=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA31 is #0345CE. Grayscale: #BEBEBE. Windows color (decimal): -214479 or 3259132. OLE color: 3259132.

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

Color convert

RGB 252 186 49 -
CMYK 0 0.26 0.81 0.01
HSL 40.49º 0.97% 0.59% -
HSV(B) 40.49º 0.81% 0.99% -
XYZ 58.26 56.04 10.65 -
YUV 190.12 48.37 172.14 -
System Red Green Blue C M Y K H S L
Decimal 252 186 49 0 0.26 0.81 0.01 40.49 0.97 0.59
Hex FC BA 31 0 1A 51 1 28 61 3B
Octal 374 272 61 0 32 121 1 50 141 73
Binary 11111100 10111010 110001 0 11010 1010001 1 101000 1100001 111011

Color Harmonies of #FCBA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA31

Black with #FCBA31

Text Example


Text Example

White with #FCBA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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