Html Css Color HEX #FAEE64 Corn

📋 copy color: '#FAEE64'

red 250 ◦ green 238 ◦ blue 100

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

Shades of Corn #FAEE64

Tints of Corn #FAEE64

RGB

 RED value IS 250 (98.05% from 255) = 42.52%

 GREEN value IS 238 (93.36% from 255) = 40.48%

 BLUE value IS 100 (39.45% from 255) = 17.01%

R = 42.52%
G = 40.48%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAEE64 (or 0xFAEE64) is known color: Corn. HEX triplet: FA, EE and 64. RGB value is (250,238,100). Sum of RGB (Red+Green+Blue) = 250+238+100=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 100 (39.45% from 255 or 17.01% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEE64 is #05119B. Grayscale: #E2E2E2. Windows color (decimal): -332188 or 6614778. OLE color: 6614778.

HSL color Cylindrical-coordinate representation of color #FAEE64: hue angle of 55.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAEE64 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 238 100 -
CMYK 0 0.05 0.6 0.02
HSL 55.2º 0.94% 0.69% -
HSV(B) 55.2º 0.6% 0.98% -
XYZ 72.3 82.39 24.15 -
YUV 225.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 250 238 100 0 0.05 0.6 0.02 55.2 0.94 0.69
Hex FA EE 64 0 5 3C 2 37 5E 45
Octal 372 356 144 0 5 74 2 67 136 105
Binary 11111010 11101110 1100100 0 101 111100 10 110111 1011110 1000101

Color Harmonies of #FAEE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEE64

Black with #FAEE64

Text Example


Text Example

White with #FAEE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEE64; }

 p { color: rgb(250,238,100); }

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

background-color css

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

 a { background-color: rgb(250,238,100); }

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

border-color css

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

 span { border-color: rgb(250,238,100); }

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