Html Css Color HEX #FDC941 Sunglow

📋 copy color: '#FDC941'

red 253 ◦ green 201 ◦ blue 65

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

Shades of Sunglow #FDC941

Tints of Sunglow #FDC941

RGB

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

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

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

R = 48.75%
G = 38.73%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDC941 (or 0xFDC941) is known color: Sunglow. HEX triplet: FD, C9 and 41. RGB value is (253,201,65). Sum of RGB (Red+Green+Blue) = 253+201+65=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 65 (25.78% from 255 or 12.52% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC941 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC941 is #0236BE. Grayscale: #C9C9C9. Windows color (decimal): -145087 or 4311549. OLE color: 4311549.

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

Color convert

RGB 253 201 65 -
CMYK 0 0.21 0.74 0.01
HSL 43.4º 0.98% 0.62% -
HSV(B) 43.4º 0.74% 0.99% -
XYZ 62.35 63.04 13.88 -
YUV 201.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 253 201 65 0 0.21 0.74 0.01 43.4 0.98 0.62
Hex FD C9 41 0 15 4A 1 2B 62 3E
Octal 375 311 101 0 25 112 1 53 142 76
Binary 11111101 11001001 1000001 0 10101 1001010 1 101011 1100010 111110

Color Harmonies of #FDC941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC941

Black with #FDC941

Text Example


Text Example

White with #FDC941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC941; }

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

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

background-color css

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

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

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

border-color css

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

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

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