Html Css Color HEX #FDC040 Supernova

📋 copy color: '#FDC040'

red 253 ◦ green 192 ◦ blue 64

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

Shades of Supernova #FDC040

Tints of Supernova #FDC040

RGB

 RED value IS 253 (99.22% from 255) = 49.71%

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

 BLUE value IS 64 (25.39% from 255) = 12.57%

R = 49.71%
G = 37.72%
B = 12.57%

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

#FDC040 (or 0xFDC040) is known color: Supernova. HEX triplet: FD, C0 and 40. RGB value is (253,192,64). Sum of RGB (Red+Green+Blue) = 253+192+64=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC040 is #023FBF. Grayscale: #C4C4C4. Windows color (decimal): -147392 or 4243709. OLE color: 4243709.

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

Color convert

RGB 253 192 64 -
CMYK 0 0.24 0.75 0.01
HSL 40.63º 0.98% 0.62% -
HSV(B) 40.63º 0.75% 0.99% -
XYZ 60.28 58.95 13.05 -
YUV 195.65 53.71 168.91 -
System Red Green Blue C M Y K H S L
Decimal 253 192 64 0 0.24 0.75 0.01 40.63 0.98 0.62
Hex FD C0 40 0 18 4B 1 29 62 3E
Octal 375 300 100 0 30 113 1 51 142 76
Binary 11111101 11000000 1000000 0 11000 1001011 1 101001 1100010 111110

Color Harmonies of #FDC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC040

Black with #FDC040

Text Example


Text Example

White with #FDC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC040; }

 p { color: rgb(253,192,64); }

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

background-color css

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

 a { background-color: rgb(253,192,64); }

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

border-color css

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

 span { border-color: rgb(253,192,64); }

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