Html Css Color HEX #FCB931 Supernova

📋 copy color: '#FCB931'

red 252 ◦ green 185 ◦ blue 49

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

Shades of Supernova #FCB931

Tints of Supernova #FCB931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

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

R = 51.85%
G = 38.07%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCB931 (or 0xFCB931) is known color: Supernova. HEX triplet: FC, B9 and 31. RGB value is (252,185,49). Sum of RGB (Red+Green+Blue) = 252+185+49=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB931 is #0346CE. Grayscale: #BEBEBE. Windows color (decimal): -214735 or 3258876. OLE color: 3258876.

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

Color convert

RGB 252 185 49 -
CMYK 0 0.27 0.81 0.01
HSL 40.2º 0.97% 0.59% -
HSV(B) 40.2º 0.81% 0.99% -
XYZ 58.05 55.62 10.58 -
YUV 189.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 252 185 49 0 0.27 0.81 0.01 40.2 0.97 0.59
Hex FC B9 31 0 1B 51 1 28 61 3B
Octal 374 271 61 0 33 121 1 50 141 73
Binary 11111100 10111001 110001 0 11011 1010001 1 101000 1100001 111011

Color Harmonies of #FCB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB931

Black with #FCB931

Text Example


Text Example

White with #FCB931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB931; }

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

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

background-color css

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

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

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

border-color css

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

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

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