Html Css Color HEX #FDC141 Supernova

📋 copy color: '#FDC141'

red 253 ◦ green 193 ◦ blue 65

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

Shades of Supernova #FDC141

Tints of Supernova #FDC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

 BLUE value IS 65 (25.78% from 255) = 12.72%

R = 49.51%
G = 37.77%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC141 (or 0xFDC141) is known color: Supernova. HEX triplet: FD, C1 and 41. RGB value is (253,193,65). Sum of RGB (Red+Green+Blue) = 253+193+65=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 65 (25.78% from 255 or 12.72% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC141 is #023EBE. Grayscale: #C4C4C4. Windows color (decimal): -147135 or 4309501. OLE color: 4309501.

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

Color convert

RGB 253 193 65 -
CMYK 0 0.24 0.74 0.01
HSL 40.85º 0.98% 0.62% -
HSV(B) 40.85º 0.74% 0.99% -
XYZ 60.53 59.4 13.28 -
YUV 196.35 53.88 168.41 -
System Red Green Blue C M Y K H S L
Decimal 253 193 65 0 0.24 0.74 0.01 40.85 0.98 0.62
Hex FD C1 41 0 18 4A 1 29 62 3E
Octal 375 301 101 0 30 112 1 51 142 76
Binary 11111101 11000001 1000001 0 11000 1001010 1 101001 1100010 111110

Color Harmonies of #FDC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC141

Black with #FDC141

Text Example


Text Example

White with #FDC141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC141; }

 p { color: rgb(253,193,65); }

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

background-color css

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

 a { background-color: rgb(253,193,65); }

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

border-color css

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

 span { border-color: rgb(253,193,65); }

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