Html Css Color HEX #FCB330 Supernova

📋 copy color: '#FCB330'

red 252 ◦ green 179 ◦ blue 48

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

Shades of Supernova #FCB330

Tints of Supernova #FCB330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.02%

R = 52.61%
G = 37.37%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCB330 (or 0xFCB330) is known color: Supernova. HEX triplet: FC, B3 and 30. RGB value is (252,179,48). Sum of RGB (Red+Green+Blue) = 252+179+48=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB330 is #034CCF. Grayscale: #BABABA. Windows color (decimal): -216272 or 3191804. OLE color: 3191804.

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

Color convert

RGB 252 179 48 -
CMYK 0 0.29 0.81 0.01
HSL 38.53º 0.97% 0.59% -
HSV(B) 38.53º 0.81% 0.99% -
XYZ 56.8 53.15 10.06 -
YUV 185.89 50.18 175.15 -
System Red Green Blue C M Y K H S L
Decimal 252 179 48 0 0.29 0.81 0.01 38.53 0.97 0.59
Hex FC B3 30 0 1D 51 1 27 61 3B
Octal 374 263 60 0 35 121 1 47 141 73
Binary 11111100 10110011 110000 0 11101 1010001 1 100111 1100001 111011

Color Harmonies of #FCB330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB330

Black with #FCB330

Text Example


Text Example

White with #FCB330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB330; }

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

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

background-color css

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

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

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

border-color css

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

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

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