Html Css Color HEX #FCB329 Supernova

📋 copy color: '#FCB329'

red 252 ◦ green 179 ◦ blue 41

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

Shades of Supernova #FCB329

Tints of Supernova #FCB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.92%

 BLUE value IS 41 (16.41% from 255) = 8.69%

R = 53.39%
G = 37.92%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCB329 (or 0xFCB329) is known color: Supernova. HEX triplet: FC, B3 and 29. RGB value is (252,179,41). Sum of RGB (Red+Green+Blue) = 252+179+41=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB329 is #034CD6. Grayscale: #B9B9B9. Windows color (decimal): -216279 or 2733052. OLE color: 2733052.

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

Color convert

RGB 252 179 41 -
CMYK 0 0.29 0.84 0.01
HSL 39.24º 0.97% 0.57% -
HSV(B) 39.24º 0.84% 0.99% -
XYZ 56.67 53.1 9.36 -
YUV 185.1 46.68 175.72 -
System Red Green Blue C M Y K H S L
Decimal 252 179 41 0 0.29 0.84 0.01 39.24 0.97 0.57
Hex FC B3 29 0 1D 54 1 27 61 39
Octal 374 263 51 0 35 124 1 47 141 71
Binary 11111100 10110011 101001 0 11101 1010100 1 100111 1100001 111001

Color Harmonies of #FCB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB329

Black with #FCB329

Text Example


Text Example

White with #FCB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB329; }

 p { color: rgb(252,179,41); }

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

background-color css

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

 a { background-color: rgb(252,179,41); }

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

border-color css

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

 span { border-color: rgb(252,179,41); }

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