Html Css Color HEX #FCC03C Supernova

📋 copy color: '#FCC03C'

red 252 ◦ green 192 ◦ blue 60

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

Shades of Supernova #FCC03C

Tints of Supernova #FCC03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 11.9%

R = 50%
G = 38.1%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCC03C (or 0xFCC03C) is known color: Supernova. HEX triplet: FC, C0 and 3C. RGB value is (252,192,60). Sum of RGB (Red+Green+Blue) = 252+192+60=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC03C is #033FC3. Grayscale: #C3C3C3. Windows color (decimal): -212932 or 3981564. OLE color: 3981564.

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

Color convert

RGB 252 192 60 -
CMYK 0 0.24 0.76 0.01
HSL 41.25º 0.97% 0.61% -
HSV(B) 41.25º 0.76% 0.99% -
XYZ 59.81 58.72 12.46 -
YUV 194.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 252 192 60 0 0.24 0.76 0.01 41.25 0.97 0.61
Hex FC C0 3C 0 18 4C 1 29 61 3D
Octal 374 300 74 0 30 114 1 51 141 75
Binary 11111100 11000000 111100 0 11000 1001100 1 101001 1100001 111101

Color Harmonies of #FCC03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC03C

Black with #FCC03C

Text Example


Text Example

White with #FCC03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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