Html Css Color HEX #FDD441 Sunglow

📋 copy color: '#FDD441'

red 253 ◦ green 212 ◦ blue 65

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

Shades of Sunglow #FDD441

Tints of Sunglow #FDD441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40%

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

R = 47.74%
G = 40%
B = 12.26%

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

#FDD441 (or 0xFDD441) is known color: Sunglow. HEX triplet: FD, D4 and 41. RGB value is (253,212,65). Sum of RGB (Red+Green+Blue) = 253+212+65=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 65 (25.78% from 255 or 12.26% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD441 is #022BBE. Grayscale: #D0D0D0. Windows color (decimal): -142271 or 4314365. OLE color: 4314365.

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

Color convert

RGB 253 212 65 -
CMYK 0 0.16 0.74 0.01
HSL 46.91º 0.98% 0.62% -
HSV(B) 46.91º 0.74% 0.99% -
XYZ 65.01 68.35 14.77 -
YUV 207.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 253 212 65 0 0.16 0.74 0.01 46.91 0.98 0.62
Hex FD D4 41 0 10 4A 1 2F 62 3E
Octal 375 324 101 0 20 112 1 57 142 76
Binary 11111101 11010100 1000001 0 10000 1001010 1 101111 1100010 111110

Color Harmonies of #FDD441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD441

Black with #FDD441

Text Example


Text Example

White with #FDD441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD441; }

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

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

background-color css

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

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

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

border-color css

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

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

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