Html Css Color HEX #FDD041 Sunglow

📋 copy color: '#FDD041'

red 253 ◦ green 208 ◦ blue 65

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

Shades of Sunglow #FDD041

Tints of Sunglow #FDD041

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 48.1%
G = 39.54%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD041 (or 0xFDD041) is known color: Sunglow. HEX triplet: FD, D0 and 41. RGB value is (253,208,65). Sum of RGB (Red+Green+Blue) = 253+208+65=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 65 (25.78% from 255 or 12.36% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD041 is #022FBE. Grayscale: #CDCDCD. Windows color (decimal): -143295 or 4313341. OLE color: 4313341.

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

Color convert

RGB 253 208 65 -
CMYK 0 0.18 0.74 0.01
HSL 45.64º 0.98% 0.62% -
HSV(B) 45.64º 0.74% 0.99% -
XYZ 64.02 66.38 14.44 -
YUV 205.15 48.91 162.13 -
System Red Green Blue C M Y K H S L
Decimal 253 208 65 0 0.18 0.74 0.01 45.64 0.98 0.62
Hex FD D0 41 0 12 4A 1 2E 62 3E
Octal 375 320 101 0 22 112 1 56 142 76
Binary 11111101 11010000 1000001 0 10010 1001010 1 101110 1100010 111110

Color Harmonies of #FDD041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD041

Black with #FDD041

Text Example


Text Example

White with #FDD041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD041; }

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

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

background-color css

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

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

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

border-color css

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

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

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