Html Css Color HEX #FDF55F Corn

📋 copy color: '#FDF55F'

red 253 ◦ green 245 ◦ blue 95

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

Shades of Corn #FDF55F

Tints of Corn #FDF55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 16.02%

R = 42.66%
G = 41.32%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDF55F (or 0xFDF55F) is known color: Corn. HEX triplet: FD, F5 and 5F. RGB value is (253,245,95). Sum of RGB (Red+Green+Blue) = 253+245+95=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 245 (96.09% from 255 or 41.32% from 593); Blue value is 95 (37.5% from 255 or 16.02% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF55F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF55F is #020AA0. Grayscale: #E6E6E6. Windows color (decimal): -133793 or 6288893. OLE color: 6288893.

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

Color convert

RGB 253 245 95 -
CMYK 0 0.03 0.62 0.01
HSL 56.96º 0.98% 0.68% -
HSV(B) 56.96º 0.62% 0.99% -
XYZ 75.23 87.01 23.66 -
YUV 230.29 51.65 144.2 -
System Red Green Blue C M Y K H S L
Decimal 253 245 95 0 0.03 0.62 0.01 56.96 0.98 0.68
Hex FD F5 5F 0 3 3E 1 39 62 44
Octal 375 365 137 0 3 76 1 71 142 104
Binary 11111101 11110101 1011111 0 11 111110 1 111001 1100010 1000100

Color Harmonies of #FDF55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF55F

Black with #FDF55F

Text Example


Text Example

White with #FDF55F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF55F; }

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

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

background-color css

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

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

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

border-color css

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

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

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