Html Css Color HEX #FDC340 Sunglow

📋 copy color: '#FDC340'

red 253 ◦ green 195 ◦ blue 64

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

Shades of Sunglow #FDC340

Tints of Sunglow #FDC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

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

R = 49.41%
G = 38.09%
B = 12.5%

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

#FDC340 (or 0xFDC340) is known color: Sunglow. HEX triplet: FD, C3 and 40. RGB value is (253,195,64). Sum of RGB (Red+Green+Blue) = 253+195+64=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC340 is #023CBF. Grayscale: #C5C5C5. Windows color (decimal): -146624 or 4244477. OLE color: 4244477.

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

Color convert

RGB 253 195 64 -
CMYK 0 0.23 0.75 0.01
HSL 41.59º 0.98% 0.62% -
HSV(B) 41.59º 0.75% 0.99% -
XYZ 60.95 60.28 13.27 -
YUV 197.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 253 195 64 0 0.23 0.75 0.01 41.59 0.98 0.62
Hex FD C3 40 0 17 4B 1 2A 62 3E
Octal 375 303 100 0 27 113 1 52 142 76
Binary 11111101 11000011 1000000 0 10111 1001011 1 101010 1100010 111110

Color Harmonies of #FDC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC340

Black with #FDC340

Text Example


Text Example

White with #FDC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC340; }

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

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

background-color css

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

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

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

border-color css

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

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

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