Html Css Color HEX #FAED5A Corn

📋 copy color: '#FAED5A'

red 250 ◦ green 237 ◦ blue 90

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

Shades of Corn #FAED5A

Tints of Corn #FAED5A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.07%

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

R = 43.33%
G = 41.07%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAED5A (or 0xFAED5A) is known color: Corn. HEX triplet: FA, ED and 5A. RGB value is (250,237,90). Sum of RGB (Red+Green+Blue) = 250+237+90=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 90 (35.55% from 255 or 15.60% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED5A is #0512A5. Grayscale: #E0E0E0. Windows color (decimal): -332454 or 5959162. OLE color: 5959162.

HSL color Cylindrical-coordinate representation of color #FAED5A: hue angle of 55.12º 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 #FAED5A is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 237 90 -
CMYK 0 0.05 0.64 0.02
HSL 55.13º 0.94% 0.67% -
HSV(B) 55.13º 0.64% 0.98% -
XYZ 71.55 81.63 21.66 -
YUV 224.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 250 237 90 0 0.05 0.64 0.02 55.13 0.94 0.67
Hex FA ED 5A 0 5 40 2 37 5E 43
Octal 372 355 132 0 5 100 2 67 136 103
Binary 11111010 11101101 1011010 0 101 1000000 10 110111 1011110 1000011

Color Harmonies of #FAED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED5A

Black with #FAED5A

Text Example


Text Example

White with #FAED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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