Html Css Color HEX #FCB33A Supernova

📋 copy color: '#FCB33A'

red 252 ◦ green 179 ◦ blue 58

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

Shades of Supernova #FCB33A

Tints of Supernova #FCB33A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.86%

R = 51.53%
G = 36.61%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCB33A (or 0xFCB33A) is known color: Supernova. HEX triplet: FC, B3 and 3A. RGB value is (252,179,58). Sum of RGB (Red+Green+Blue) = 252+179+58=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB33A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB33A is #034CC5. Grayscale: #BBBBBB. Windows color (decimal): -216262 or 3847164. OLE color: 3847164.

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

Color convert

RGB 252 179 58 -
CMYK 0 0.29 0.77 0.01
HSL 37.42º 0.97% 0.61% -
HSV(B) 37.42º 0.77% 0.99% -
XYZ 57.03 53.24 11.27 -
YUV 187.03 55.18 174.34 -
System Red Green Blue C M Y K H S L
Decimal 252 179 58 0 0.29 0.77 0.01 37.42 0.97 0.61
Hex FC B3 3A 0 1D 4D 1 25 61 3D
Octal 374 263 72 0 35 115 1 45 141 75
Binary 11111100 10110011 111010 0 11101 1001101 1 100101 1100001 111101

Color Harmonies of #FCB33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB33A

Black with #FCB33A

Text Example


Text Example

White with #FCB33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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