Html Css Color HEX #FDD331 Sunglow

📋 copy color: '#FDD331'

red 253 ◦ green 211 ◦ blue 49

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

Shades of Sunglow #FDD331

Tints of Sunglow #FDD331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.55%

R = 49.32%
G = 41.13%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD331 (or 0xFDD331) is known color: Sunglow. HEX triplet: FD, D3 and 31. RGB value is (253,211,49). Sum of RGB (Red+Green+Blue) = 253+211+49=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD331 is #022CCE. Grayscale: #CDCDCD. Windows color (decimal): -142543 or 3265533. OLE color: 3265533.

HSL color Cylindrical-coordinate representation of color #FDD331: hue angle of 47.65º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDD331 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 211 49 -
CMYK 0 0.17 0.81 0.01
HSL 47.65º 0.98% 0.59% -
HSV(B) 47.65º 0.81% 0.99% -
XYZ 64.36 67.69 12.58 -
YUV 205.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 253 211 49 0 0.17 0.81 0.01 47.65 0.98 0.59
Hex FD D3 31 0 11 51 1 30 62 3B
Octal 375 323 61 0 21 121 1 60 142 73
Binary 11111101 11010011 110001 0 10001 1010001 1 110000 1100010 111011

Color Harmonies of #FDD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD331

Black with #FDD331

Text Example


Text Example

White with #FDD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD331; }

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

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

background-color css

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

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

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

border-color css

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

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

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