Html Css Color HEX #FAEC5D Corn

📋 copy color: '#FAEC5D'

red 250 ◦ green 236 ◦ blue 93

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

Shades of Corn #FAEC5D

Tints of Corn #FAEC5D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.76%

 BLUE value IS 93 (36.72% from 255) = 16.06%

R = 43.18%
G = 40.76%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAEC5D (or 0xFAEC5D) is known color: Corn. HEX triplet: FA, EC and 5D. RGB value is (250,236,93). Sum of RGB (Red+Green+Blue) = 250+236+93=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 93 (36.72% from 255 or 16.06% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC5D is #0513A2. Grayscale: #E0E0E0. Windows color (decimal): -332707 or 6155514. OLE color: 6155514.

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

Color convert

RGB 250 236 93 -
CMYK 0 0.06 0.63 0.02
HSL 54.65º 0.94% 0.67% -
HSV(B) 54.65º 0.63% 0.98% -
XYZ 71.4 81.11 22.25 -
YUV 223.88 54.14 146.63 -
System Red Green Blue C M Y K H S L
Decimal 250 236 93 0 0.06 0.63 0.02 54.65 0.94 0.67
Hex FA EC 5D 0 6 3F 2 37 5E 43
Octal 372 354 135 0 6 77 2 67 136 103
Binary 11111010 11101100 1011101 0 110 111111 10 110111 1011110 1000011

Color Harmonies of #FAEC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC5D

Black with #FAEC5D

Text Example


Text Example

White with #FAEC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC5D; }

 p { color: rgb(250,236,93); }

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

background-color css

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

 a { background-color: rgb(250,236,93); }

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

border-color css

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

 span { border-color: rgb(250,236,93); }

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