Html Css Color HEX #FCC03A Supernova

📋 copy color: '#FCC03A'

red 252 ◦ green 192 ◦ blue 58

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

Shades of Supernova #FCC03A

Tints of Supernova #FCC03A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.25%

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

R = 50.2%
G = 38.25%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCC03A (or 0xFCC03A) is known color: Supernova. HEX triplet: FC, C0 and 3A. RGB value is (252,192,58). Sum of RGB (Red+Green+Blue) = 252+192+58=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC03A is #033FC5. Grayscale: #C3C3C3. Windows color (decimal): -212934 or 3850492. OLE color: 3850492.

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

Color convert

RGB 252 192 58 -
CMYK 0 0.24 0.77 0.01
HSL 41.44º 0.97% 0.61% -
HSV(B) 41.44º 0.77% 0.99% -
XYZ 59.76 58.7 12.18 -
YUV 194.66 50.88 168.9 -
System Red Green Blue C M Y K H S L
Decimal 252 192 58 0 0.24 0.77 0.01 41.44 0.97 0.61
Hex FC C0 3A 0 18 4D 1 29 61 3D
Octal 374 300 72 0 30 115 1 51 141 75
Binary 11111100 11000000 111010 0 11000 1001101 1 101001 1100001 111101

Color Harmonies of #FCC03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC03A

Black with #FCC03A

Text Example


Text Example

White with #FCC03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC03A; }

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

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

background-color css

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

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

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

border-color css

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

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

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