Html Css Color HEX #FAEC5A Corn

📋 copy color: '#FAEC5A'

red 250 ◦ green 236 ◦ blue 90

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

Shades of Corn #FAEC5A

Tints of Corn #FAEC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.63%

R = 43.4%
G = 40.97%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAEC5A (or 0xFAEC5A) is known color: Corn. HEX triplet: FA, EC and 5A. RGB value is (250,236,90). Sum of RGB (Red+Green+Blue) = 250+236+90=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 90 (35.55% from 255 or 15.62% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC5A is #0513A5. Grayscale: #E0E0E0. Windows color (decimal): -332710 or 5958906. OLE color: 5958906.

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

Color convert

RGB 250 236 90 -
CMYK 0 0.06 0.64 0.02
HSL 54.75º 0.94% 0.67% -
HSV(B) 54.75º 0.64% 0.98% -
XYZ 71.27 81.05 21.56 -
YUV 223.54 52.64 146.87 -
System Red Green Blue C M Y K H S L
Decimal 250 236 90 0 0.06 0.64 0.02 54.75 0.94 0.67
Hex FA EC 5A 0 6 40 2 37 5E 43
Octal 372 354 132 0 6 100 2 67 136 103
Binary 11111010 11101100 1011010 0 110 1000000 10 110111 1011110 1000011

Color Harmonies of #FAEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEC5A

Black with #FAEC5A

Text Example


Text Example

White with #FAEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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