Html Css Color HEX #FDF55D Corn

📋 copy color: '#FDF55D'

red 253 ◦ green 245 ◦ blue 93

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

Shades of Corn #FDF55D

Tints of Corn #FDF55D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.46%

 BLUE value IS 93 (36.72% from 255) = 15.74%

R = 42.81%
G = 41.46%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FDF55D (or 0xFDF55D) is known color: Corn. HEX triplet: FD, F5 and 5D. RGB value is (253,245,93). Sum of RGB (Red+Green+Blue) = 253+245+93=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 93 (36.72% from 255 or 15.74% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF55D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF55D is #020AA2. Grayscale: #E6E6E6. Windows color (decimal): -133795 or 6157821. OLE color: 6157821.

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

Color convert

RGB 253 245 93 -
CMYK 0 0.03 0.63 0.01
HSL 57º 0.98% 0.68% -
HSV(B) 57º 0.63% 0.99% -
XYZ 75.14 86.98 23.18 -
YUV 230.06 50.65 144.36 -
System Red Green Blue C M Y K H S L
Decimal 253 245 93 0 0.03 0.63 0.01 57 0.98 0.68
Hex FD F5 5D 0 3 3F 1 39 62 44
Octal 375 365 135 0 3 77 1 71 142 104
Binary 11111101 11110101 1011101 0 11 111111 1 111001 1100010 1000100

Color Harmonies of #FDF55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF55D

Black with #FDF55D

Text Example


Text Example

White with #FDF55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF55D; }

 p { color: rgb(253,245,93); }

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

background-color css

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

 a { background-color: rgb(253,245,93); }

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

border-color css

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

 span { border-color: rgb(253,245,93); }

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