Html Css Color HEX #FAEE61 Corn

📋 copy color: '#FAEE61'

red 250 ◦ green 238 ◦ blue 97

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

Shades of Corn #FAEE61

Tints of Corn #FAEE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.58%

R = 42.74%
G = 40.68%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAEE61 (or 0xFAEE61) is known color: Corn. HEX triplet: FA, EE and 61. RGB value is (250,238,97). Sum of RGB (Red+Green+Blue) = 250+238+97=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 97 (38.28% from 255 or 16.58% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEE61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEE61 is #05119E. Grayscale: #E2E2E2. Windows color (decimal): -332191 or 6418170. OLE color: 6418170.

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

Color convert

RGB 250 238 97 -
CMYK 0 0.05 0.61 0.02
HSL 55.29º 0.94% 0.68% -
HSV(B) 55.29º 0.61% 0.98% -
XYZ 72.16 82.34 23.4 -
YUV 225.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 250 238 97 0 0.05 0.61 0.02 55.29 0.94 0.68
Hex FA EE 61 0 5 3D 2 37 5E 44
Octal 372 356 141 0 5 75 2 67 136 104
Binary 11111010 11101110 1100001 0 101 111101 10 110111 1011110 1000100

Color Harmonies of #FAEE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEE61

Black with #FAEE61

Text Example


Text Example

White with #FAEE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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