Html Css Color HEX #FCB831 Supernova

📋 copy color: '#FCB831'

red 252 ◦ green 184 ◦ blue 49

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

Shades of Supernova #FCB831

Tints of Supernova #FCB831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.94%

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

R = 51.96%
G = 37.94%
B = 10.1%

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

#FCB831 (or 0xFCB831) is known color: Supernova. HEX triplet: FC, B8 and 31. RGB value is (252,184,49). Sum of RGB (Red+Green+Blue) = 252+184+49=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB831 is #0347CE. Grayscale: #BDBDBD. Windows color (decimal): -214991 or 3258620. OLE color: 3258620.

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

Color convert

RGB 252 184 49 -
CMYK 0 0.27 0.81 0.01
HSL 39.9º 0.97% 0.59% -
HSV(B) 39.9º 0.81% 0.99% -
XYZ 57.84 55.2 10.51 -
YUV 188.94 49.03 172.98 -
System Red Green Blue C M Y K H S L
Decimal 252 184 49 0 0.27 0.81 0.01 39.9 0.97 0.59
Hex FC B8 31 0 1B 51 1 28 61 3B
Octal 374 270 61 0 33 121 1 50 141 73
Binary 11111100 10111000 110001 0 11011 1010001 1 101000 1100001 111011

Color Harmonies of #FCB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB831

Black with #FCB831

Text Example


Text Example

White with #FCB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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