Html Css Color HEX #FDE960 Corn

📋 copy color: '#FDE960'

red 253 ◦ green 233 ◦ blue 96

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

Shades of Corn #FDE960

Tints of Corn #FDE960

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.03%

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

R = 43.47%
G = 40.03%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FDE960 (or 0xFDE960) is known color: Corn. HEX triplet: FD, E9 and 60. RGB value is (253,233,96). Sum of RGB (Red+Green+Blue) = 253+233+96=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 96 (37.89% from 255 or 16.49% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDE960 is #02169F. Grayscale: #DFDFDF. Windows color (decimal): -136864 or 6351357. OLE color: 6351357.

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

Color convert

RGB 253 233 96 -
CMYK 0 0.08 0.62 0.01
HSL 52.36º 0.98% 0.68% -
HSV(B) 52.36º 0.62% 0.99% -
XYZ 71.76 80.01 22.73 -
YUV 223.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 253 233 96 0 0.08 0.62 0.01 52.36 0.98 0.68
Hex FD E9 60 0 8 3E 1 34 62 44
Octal 375 351 140 0 10 76 1 64 142 104
Binary 11111101 11101001 1100000 0 1000 111110 1 110100 1100010 1000100

Color Harmonies of #FDE960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE960

Black with #FDE960

Text Example


Text Example

White with #FDE960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE960; }

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

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

background-color css

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

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

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

border-color css

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

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

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