Html Css Color HEX #FDF560 Corn

📋 copy color: '#FDF560'

red 253 ◦ green 245 ◦ blue 96

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

Shades of Corn #FDF560

Tints of Corn #FDF560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.16%

R = 42.59%
G = 41.25%
B = 16.16%

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

#FDF560 (or 0xFDF560) is known color: Corn. HEX triplet: FD, F5 and 60. RGB value is (253,245,96). Sum of RGB (Red+Green+Blue) = 253+245+96=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 96 (37.89% from 255 or 16.16% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF560 is #020A9F. Grayscale: #E7E7E7. Windows color (decimal): -133792 or 6354429. OLE color: 6354429.

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

Color convert

RGB 253 245 96 -
CMYK 0 0.03 0.62 0.01
HSL 56.94º 0.98% 0.68% -
HSV(B) 56.94º 0.62% 0.99% -
XYZ 75.27 87.03 23.9 -
YUV 230.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 253 245 96 0 0.03 0.62 0.01 56.94 0.98 0.68
Hex FD F5 60 0 3 3E 1 39 62 44
Octal 375 365 140 0 3 76 1 71 142 104
Binary 11111101 11110101 1100000 0 11 111110 1 111001 1100010 1000100

Color Harmonies of #FDF560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF560

Black with #FDF560

Text Example


Text Example

White with #FDF560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF560; }

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

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

background-color css

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

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

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

border-color css

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

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

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