Html Css Color HEX #FCC03D Supernova

📋 copy color: '#FCC03D'

red 252 ◦ green 192 ◦ blue 61

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

Shades of Supernova #FCC03D

Tints of Supernova #FCC03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.08%

R = 49.9%
G = 38.02%
B = 12.08%

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

#FCC03D (or 0xFCC03D) is known color: Supernova. HEX triplet: FC, C0 and 3D. RGB value is (252,192,61). Sum of RGB (Red+Green+Blue) = 252+192+61=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC03D is #033FC2. Grayscale: #C3C3C3. Windows color (decimal): -212931 or 4047100. OLE color: 4047100.

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

Color convert

RGB 252 192 61 -
CMYK 0 0.24 0.76 0.01
HSL 41.15º 0.97% 0.61% -
HSV(B) 41.15º 0.76% 0.99% -
XYZ 59.84 58.73 12.6 -
YUV 195.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 252 192 61 0 0.24 0.76 0.01 41.15 0.97 0.61
Hex FC C0 3D 0 18 4C 1 29 61 3D
Octal 374 300 75 0 30 114 1 51 141 75
Binary 11111100 11000000 111101 0 11000 1001100 1 101001 1100001 111101

Color Harmonies of #FCC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC03D

Black with #FCC03D

Text Example


Text Example

White with #FCC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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