Html Css Color HEX #FDC341 Sunglow

📋 copy color: '#FDC341'

red 253 ◦ green 195 ◦ blue 65

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

Shades of Sunglow #FDC341

Tints of Sunglow #FDC341

RGB

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

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

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

R = 49.32%
G = 38.01%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC341 (or 0xFDC341) is known color: Sunglow. HEX triplet: FD, C3 and 41. RGB value is (253,195,65). Sum of RGB (Red+Green+Blue) = 253+195+65=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC341 is #023CBE. Grayscale: #C6C6C6. Windows color (decimal): -146623 or 4310013. OLE color: 4310013.

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

Color convert

RGB 253 195 65 -
CMYK 0 0.23 0.74 0.01
HSL 41.49º 0.98% 0.62% -
HSV(B) 41.49º 0.74% 0.99% -
XYZ 60.98 60.29 13.43 -
YUV 197.52 53.22 167.57 -
System Red Green Blue C M Y K H S L
Decimal 253 195 65 0 0.23 0.74 0.01 41.49 0.98 0.62
Hex FD C3 41 0 17 4A 1 29 62 3E
Octal 375 303 101 0 27 112 1 51 142 76
Binary 11111101 11000011 1000001 0 10111 1001010 1 101001 1100010 111110

Color Harmonies of #FDC341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC341

Black with #FDC341

Text Example


Text Example

White with #FDC341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC341; }

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

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

background-color css

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

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

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

border-color css

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

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

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