Html Css Color HEX #FCB731 Supernova

📋 copy color: '#FCB731'

red 252 ◦ green 183 ◦ blue 49

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

Shades of Supernova #FCB731

Tints of Supernova #FCB731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.81%

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

R = 52.07%
G = 37.81%
B = 10.12%

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

#FCB731 (or 0xFCB731) is known color: Supernova. HEX triplet: FC, B7 and 31. RGB value is (252,183,49). Sum of RGB (Red+Green+Blue) = 252+183+49=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 49 (19.53% from 255 or 10.12% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB731 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB731 is #0348CE. Grayscale: #BCBCBC. Windows color (decimal): -215247 or 3258364. OLE color: 3258364.

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

Color convert

RGB 252 183 49 -
CMYK 0 0.27 0.81 0.01
HSL 39.61º 0.97% 0.59% -
HSV(B) 39.61º 0.81% 0.99% -
XYZ 57.63 54.78 10.44 -
YUV 188.36 49.36 173.4 -
System Red Green Blue C M Y K H S L
Decimal 252 183 49 0 0.27 0.81 0.01 39.61 0.97 0.59
Hex FC B7 31 0 1B 51 1 28 61 3B
Octal 374 267 61 0 33 121 1 50 141 73
Binary 11111100 10110111 110001 0 11011 1010001 1 101000 1100001 111011

Color Harmonies of #FCB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB731

Black with #FCB731

Text Example


Text Example

White with #FCB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB731; }

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

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

background-color css

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

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

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

border-color css

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

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

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