Html Css Color HEX #FDD541 Sunglow

📋 copy color: '#FDD541'

red 253 ◦ green 213 ◦ blue 65

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

Shades of Sunglow #FDD541

Tints of Sunglow #FDD541

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

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

R = 47.65%
G = 40.11%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD541 (or 0xFDD541) is known color: Sunglow. HEX triplet: FD, D5 and 41. RGB value is (253,213,65). Sum of RGB (Red+Green+Blue) = 253+213+65=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 65 (25.78% from 255 or 12.24% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD541 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD541 is #022ABE. Grayscale: #D0D0D0. Windows color (decimal): -142015 or 4314621. OLE color: 4314621.

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

Color convert

RGB 253 213 65 -
CMYK 0 0.16 0.74 0.01
HSL 47.23º 0.98% 0.62% -
HSV(B) 47.23º 0.74% 0.99% -
XYZ 65.26 68.85 14.85 -
YUV 208.09 47.25 160.03 -
System Red Green Blue C M Y K H S L
Decimal 253 213 65 0 0.16 0.74 0.01 47.23 0.98 0.62
Hex FD D5 41 0 10 4A 1 2F 62 3E
Octal 375 325 101 0 20 112 1 57 142 76
Binary 11111101 11010101 1000001 0 10000 1001010 1 101111 1100010 111110

Color Harmonies of #FDD541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD541

Black with #FDD541

Text Example


Text Example

White with #FDD541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD541; }

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

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

background-color css

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

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

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

border-color css

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

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

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