Html Css Color HEX #FDC940 Sunglow

📋 copy color: '#FDC940'

red 253 ◦ green 201 ◦ blue 64

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

Shades of Sunglow #FDC940

Tints of Sunglow #FDC940

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

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

R = 48.84%
G = 38.8%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDC940 (or 0xFDC940) is known color: Sunglow. HEX triplet: FD, C9 and 40. RGB value is (253,201,64). Sum of RGB (Red+Green+Blue) = 253+201+64=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC940 is #0236BF. Grayscale: #C9C9C9. Windows color (decimal): -145088 or 4246013. OLE color: 4246013.

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

Color convert

RGB 253 201 64 -
CMYK 0 0.21 0.75 0.01
HSL 43.49º 0.98% 0.62% -
HSV(B) 43.49º 0.75% 0.99% -
XYZ 62.32 63.03 13.73 -
YUV 200.93 50.73 165.14 -
System Red Green Blue C M Y K H S L
Decimal 253 201 64 0 0.21 0.75 0.01 43.49 0.98 0.62
Hex FD C9 40 0 15 4B 1 2B 62 3E
Octal 375 311 100 0 25 113 1 53 142 76
Binary 11111101 11001001 1000000 0 10101 1001011 1 101011 1100010 111110

Color Harmonies of #FDC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC940

Black with #FDC940

Text Example


Text Example

White with #FDC940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC940; }

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

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

background-color css

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

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

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

border-color css

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

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

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