Html Css Color HEX #FDEA65 Corn

📋 copy color: '#FDEA65'

red 253 ◦ green 234 ◦ blue 101

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

Shades of Corn #FDEA65

Tints of Corn #FDEA65

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

 BLUE value IS 101 (39.84% from 255) = 17.18%

R = 43.03%
G = 39.8%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDEA65 (or 0xFDEA65) is known color: Corn. HEX triplet: FD, EA and 65. RGB value is (253,234,101). Sum of RGB (Red+Green+Blue) = 253+234+101=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 101 (39.84% from 255 or 17.18% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEA65 is #02159A. Grayscale: #E1E1E1. Windows color (decimal): -136603 or 6679293. OLE color: 6679293.

HSL color Cylindrical-coordinate representation of color #FDEA65: hue angle of 52.5º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDEA65 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 101 -
CMYK 0 0.08 0.60 0.01
HSL 52.5º 0.97% 0.69% -
HSV(B) 52.5º 0.6% 0.99% -
XYZ 72.28 80.67 24.07 -
YUV 224.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 253 234 101 0 0.08 0.60 0.01 52.5 0.97 0.69
Hex FD EA 65 0 8 3C 1 34 61 45
Octal 375 352 145 0 10 74 1 64 141 105
Binary 11111101 11101010 1100101 0 1000 111100 1 110100 1100001 1000101

Color Harmonies of #FDEA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA65

Black with #FDEA65

Text Example


Text Example

White with #FDEA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA65; }

 p { color: rgb(253,234,101); }

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

background-color css

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

 a { background-color: rgb(253,234,101); }

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

border-color css

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

 span { border-color: rgb(253,234,101); }

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