Html Css Color HEX #FDF660 Corn

📋 copy color: '#FDF660'

red 253 ◦ green 246 ◦ blue 96

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

Shades of Corn #FDF660

Tints of Corn #FDF660

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.34%

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

R = 42.52%
G = 41.34%
B = 16.13%

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

#FDF660 (or 0xFDF660) is known color: Corn. HEX triplet: FD, F6 and 60. RGB value is (253,246,96). Sum of RGB (Red+Green+Blue) = 253+246+96=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 96 (37.89% from 255 or 16.13% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDF660 is #02099F. Grayscale: #E7E7E7. Windows color (decimal): -133536 or 6354685. OLE color: 6354685.

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

Color convert

RGB 253 246 96 -
CMYK 0 0.03 0.62 0.01
HSL 57.32º 0.98% 0.68% -
HSV(B) 57.32º 0.62% 0.99% -
XYZ 75.58 87.64 24 -
YUV 230.99 51.82 143.7 -
System Red Green Blue C M Y K H S L
Decimal 253 246 96 0 0.03 0.62 0.01 57.32 0.98 0.68
Hex FD F6 60 0 3 3E 1 39 62 44
Octal 375 366 140 0 3 76 1 71 142 104
Binary 11111101 11110110 1100000 0 11 111110 1 111001 1100010 1000100

Color Harmonies of #FDF660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF660

Black with #FDF660

Text Example


Text Example

White with #FDF660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF660; }

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

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

background-color css

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

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

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

border-color css

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

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

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