Html Css Color HEX #FDF55E Corn

📋 copy color: '#FDF55E'

red 253 ◦ green 245 ◦ blue 94

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

Shades of Corn #FDF55E

Tints of Corn #FDF55E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 15.88%

R = 42.74%
G = 41.39%
B = 15.88%

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

#FDF55E (or 0xFDF55E) is known color: Corn. HEX triplet: FD, F5 and 5E. RGB value is (253,245,94). Sum of RGB (Red+Green+Blue) = 253+245+94=592 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.74% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 94 (37.11% from 255 or 15.88% from 592); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF55E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF55E is #020AA1. Grayscale: #E6E6E6. Windows color (decimal): -133794 or 6223357. OLE color: 6223357.

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

Color convert

RGB 253 245 94 -
CMYK 0 0.03 0.63 0.01
HSL 56.98º 0.98% 0.68% -
HSV(B) 56.98º 0.63% 0.99% -
XYZ 75.18 87 23.42 -
YUV 230.18 51.15 144.28 -
System Red Green Blue C M Y K H S L
Decimal 253 245 94 0 0.03 0.63 0.01 56.98 0.98 0.68
Hex FD F5 5E 0 3 3F 1 39 62 44
Octal 375 365 136 0 3 77 1 71 142 104
Binary 11111101 11110101 1011110 0 11 111111 1 111001 1100010 1000100

Color Harmonies of #FDF55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF55E

Black with #FDF55E

Text Example


Text Example

White with #FDF55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF55E; }

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

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

background-color css

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

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

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

border-color css

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

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

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