Html Css Color HEX #FCC03E Supernova

📋 copy color: '#FCC03E'

red 252 ◦ green 192 ◦ blue 62

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

Shades of Supernova #FCC03E

Tints of Supernova #FCC03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.25%

R = 49.8%
G = 37.94%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCC03E (or 0xFCC03E) is known color: Supernova. HEX triplet: FC, C0 and 3E. RGB value is (252,192,62). Sum of RGB (Red+Green+Blue) = 252+192+62=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC03E is #033FC1. Grayscale: #C3C3C3. Windows color (decimal): -212930 or 4112636. OLE color: 4112636.

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

Color convert

RGB 252 192 62 -
CMYK 0 0.24 0.75 0.01
HSL 41.05º 0.97% 0.62% -
HSV(B) 41.05º 0.75% 0.99% -
XYZ 59.86 58.74 12.74 -
YUV 195.12 52.88 168.57 -
System Red Green Blue C M Y K H S L
Decimal 252 192 62 0 0.24 0.75 0.01 41.05 0.97 0.62
Hex FC C0 3E 0 18 4B 1 29 61 3E
Octal 374 300 76 0 30 113 1 51 141 76
Binary 11111100 11000000 111110 0 11000 1001011 1 101001 1100001 111110

Color Harmonies of #FCC03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC03E

Black with #FCC03E

Text Example


Text Example

White with #FCC03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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