Html Css Color HEX #FDC440 Sunglow

📋 copy color: '#FDC440'

red 253 ◦ green 196 ◦ blue 64

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

Shades of Sunglow #FDC440

Tints of Sunglow #FDC440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

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

R = 49.32%
G = 38.21%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDC440 (or 0xFDC440) is known color: Sunglow. HEX triplet: FD, C4 and 40. RGB value is (253,196,64). Sum of RGB (Red+Green+Blue) = 253+196+64=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC440 is #023BBF. Grayscale: #C6C6C6. Windows color (decimal): -146368 or 4244733. OLE color: 4244733.

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

Color convert

RGB 253 196 64 -
CMYK 0 0.23 0.75 0.01
HSL 41.9º 0.98% 0.62% -
HSV(B) 41.9º 0.75% 0.99% -
XYZ 61.17 60.73 13.35 -
YUV 198 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 253 196 64 0 0.23 0.75 0.01 41.9 0.98 0.62
Hex FD C4 40 0 17 4B 1 2A 62 3E
Octal 375 304 100 0 27 113 1 52 142 76
Binary 11111101 11000100 1000000 0 10111 1001011 1 101010 1100010 111110

Color Harmonies of #FDC440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC440

Black with #FDC440

Text Example


Text Example

White with #FDC440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC440; }

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

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

background-color css

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

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

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

border-color css

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

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

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