Html Css Color HEX #FDD641 Sunglow

📋 copy color: '#FDD641'

red 253 ◦ green 214 ◦ blue 65

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

Shades of Sunglow #FDD641

Tints of Sunglow #FDD641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.23%

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

R = 47.56%
G = 40.23%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDD641 (or 0xFDD641) is known color: Sunglow. HEX triplet: FD, D6 and 41. RGB value is (253,214,65). Sum of RGB (Red+Green+Blue) = 253+214+65=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 65 (25.78% from 255 or 12.22% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD641 is #0229BE. Grayscale: #D1D1D1. Windows color (decimal): -141759 or 4314877. OLE color: 4314877.

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

Color convert

RGB 253 214 65 -
CMYK 0 0.15 0.74 0.01
HSL 47.55º 0.98% 0.62% -
HSV(B) 47.55º 0.74% 0.99% -
XYZ 65.51 69.36 14.94 -
YUV 208.68 46.92 159.62 -
System Red Green Blue C M Y K H S L
Decimal 253 214 65 0 0.15 0.74 0.01 47.55 0.98 0.62
Hex FD D6 41 0 F 4A 1 30 62 3E
Octal 375 326 101 0 17 112 1 60 142 76
Binary 11111101 11010110 1000001 0 1111 1001010 1 110000 1100010 111110

Color Harmonies of #FDD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD641

Black with #FDD641

Text Example


Text Example

White with #FDD641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD641; }

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

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

background-color css

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

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

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

border-color css

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

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

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