Html Css Color HEX #FDC640 Sunglow

📋 copy color: '#FDC640'

red 253 ◦ green 198 ◦ blue 64

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

Shades of Sunglow #FDC640

Tints of Sunglow #FDC640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.45%

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

R = 49.13%
G = 38.45%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDC640 (or 0xFDC640) is known color: Sunglow. HEX triplet: FD, C6 and 40. RGB value is (253,198,64). Sum of RGB (Red+Green+Blue) = 253+198+64=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC640 is #0239BF. Grayscale: #C7C7C7. Windows color (decimal): -145856 or 4245245. OLE color: 4245245.

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

Color convert

RGB 253 198 64 -
CMYK 0 0.22 0.75 0.01
HSL 42.54º 0.98% 0.62% -
HSV(B) 42.54º 0.75% 0.99% -
XYZ 61.63 61.64 13.5 -
YUV 199.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 253 198 64 0 0.22 0.75 0.01 42.54 0.98 0.62
Hex FD C6 40 0 16 4B 1 2B 62 3E
Octal 375 306 100 0 26 113 1 53 142 76
Binary 11111101 11000110 1000000 0 10110 1001011 1 101011 1100010 111110

Color Harmonies of #FDC640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC640

Black with #FDC640

Text Example


Text Example

White with #FDC640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC640; }

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

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

background-color css

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

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

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

border-color css

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

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

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