Html Css Color HEX #FCB031 Supernova

📋 copy color: '#FCB031'

red 252 ◦ green 176 ◦ blue 49

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

Shades of Supernova #FCB031

Tints of Supernova #FCB031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.9%

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

R = 52.83%
G = 36.9%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCB031 (or 0xFCB031) is known color: Supernova. HEX triplet: FC, B0 and 31. RGB value is (252,176,49). Sum of RGB (Red+Green+Blue) = 252+176+49=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB031 is #034FCE. Grayscale: #B8B8B8. Windows color (decimal): -217039 or 3256572. OLE color: 3256572.

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

Color convert

RGB 252 176 49 -
CMYK 0 0.30 0.81 0.01
HSL 37.54º 0.97% 0.59% -
HSV(B) 37.54º 0.81% 0.99% -
XYZ 56.22 51.97 9.97 -
YUV 184.25 51.68 176.33 -
System Red Green Blue C M Y K H S L
Decimal 252 176 49 0 0.30 0.81 0.01 37.54 0.97 0.59
Hex FC B0 31 0 1E 51 1 26 61 3B
Octal 374 260 61 0 36 121 1 46 141 73
Binary 11111100 10110000 110001 0 11110 1010001 1 100110 1100001 111011

Color Harmonies of #FCB031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB031

Black with #FCB031

Text Example


Text Example

White with #FCB031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB031; }

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

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

background-color css

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

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

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

border-color css

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

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

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