Html Css Color HEX #FDD431 Sunglow

📋 copy color: '#FDD431'

red 253 ◦ green 212 ◦ blue 49

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

Shades of Sunglow #FDD431

Tints of Sunglow #FDD431

RGB

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

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

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

R = 49.22%
G = 41.25%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD431 (or 0xFDD431) is known color: Sunglow. HEX triplet: FD, D4 and 31. RGB value is (253,212,49). Sum of RGB (Red+Green+Blue) = 253+212+49=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD431 is #022BCE. Grayscale: #CECECE. Windows color (decimal): -142287 or 3265789. OLE color: 3265789.

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

Color convert

RGB 253 212 49 -
CMYK 0 0.16 0.81 0.01
HSL 47.94º 0.98% 0.59% -
HSV(B) 47.94º 0.81% 0.99% -
XYZ 64.61 68.19 12.66 -
YUV 205.68 39.58 161.75 -
System Red Green Blue C M Y K H S L
Decimal 253 212 49 0 0.16 0.81 0.01 47.94 0.98 0.59
Hex FD D4 31 0 10 51 1 30 62 3B
Octal 375 324 61 0 20 121 1 60 142 73
Binary 11111101 11010100 110001 0 10000 1010001 1 110000 1100010 111011

Color Harmonies of #FDD431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD431

Black with #FDD431

Text Example


Text Example

White with #FDD431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD431; }

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

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

background-color css

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

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

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

border-color css

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

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

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