Html Css Color HEX #FDD341 Sunglow

📋 copy color: '#FDD341'

red 253 ◦ green 211 ◦ blue 65

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

Shades of Sunglow #FDD341

Tints of Sunglow #FDD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.89%

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

R = 47.83%
G = 39.89%
B = 12.29%

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

#FDD341 (or 0xFDD341) is known color: Sunglow. HEX triplet: FD, D3 and 41. RGB value is (253,211,65). Sum of RGB (Red+Green+Blue) = 253+211+65=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD341 is #022CBE. Grayscale: #CFCFCF. Windows color (decimal): -142527 or 4314109. OLE color: 4314109.

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

Color convert

RGB 253 211 65 -
CMYK 0 0.17 0.74 0.01
HSL 46.6º 0.98% 0.62% -
HSV(B) 46.6º 0.74% 0.99% -
XYZ 64.76 67.85 14.68 -
YUV 206.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 253 211 65 0 0.17 0.74 0.01 46.6 0.98 0.62
Hex FD D3 41 0 11 4A 1 2F 62 3E
Octal 375 323 101 0 21 112 1 57 142 76
Binary 11111101 11010011 1000001 0 10001 1001010 1 101111 1100010 111110

Color Harmonies of #FDD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD341

Black with #FDD341

Text Example


Text Example

White with #FDD341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD341; }

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

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

background-color css

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

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

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

border-color css

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

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

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