Html Css Color HEX #FDD141 Sunglow

📋 copy color: '#FDD141'

red 253 ◦ green 209 ◦ blue 65

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

Shades of Sunglow #FDD141

Tints of Sunglow #FDD141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.66%

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

R = 48.01%
G = 39.66%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD141 (or 0xFDD141) is known color: Sunglow. HEX triplet: FD, D1 and 41. RGB value is (253,209,65). Sum of RGB (Red+Green+Blue) = 253+209+65=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD141 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD141 is #022EBE. Grayscale: #CECECE. Windows color (decimal): -143039 or 4313597. OLE color: 4313597.

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

Color convert

RGB 253 209 65 -
CMYK 0 0.17 0.74 0.01
HSL 45.96º 0.98% 0.62% -
HSV(B) 45.96º 0.74% 0.99% -
XYZ 64.26 66.87 14.52 -
YUV 205.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 253 209 65 0 0.17 0.74 0.01 45.96 0.98 0.62
Hex FD D1 41 0 11 4A 1 2E 62 3E
Octal 375 321 101 0 21 112 1 56 142 76
Binary 11111101 11010001 1000001 0 10001 1001010 1 101110 1100010 111110

Color Harmonies of #FDD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD141

Black with #FDD141

Text Example


Text Example

White with #FDD141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD141; }

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

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

background-color css

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

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

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

border-color css

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

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

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