Html Css Color HEX #FAED5D Corn

📋 copy color: '#FAED5D'

red 250 ◦ green 237 ◦ blue 93

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

Shades of Corn #FAED5D

Tints of Corn #FAED5D

RGB

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

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

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

R = 43.1%
G = 40.86%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAED5D (or 0xFAED5D) is known color: Corn. HEX triplet: FA, ED and 5D. RGB value is (250,237,93). Sum of RGB (Red+Green+Blue) = 250+237+93=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 93 (36.72% from 255 or 16.03% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAED5D is #0512A2. Grayscale: #E1E1E1. Windows color (decimal): -332451 or 6155770. OLE color: 6155770.

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

Color convert

RGB 250 237 93 -
CMYK 0 0.05 0.63 0.02
HSL 55.03º 0.94% 0.67% -
HSV(B) 55.03º 0.63% 0.98% -
XYZ 71.68 81.68 22.34 -
YUV 224.47 53.81 146.21 -
System Red Green Blue C M Y K H S L
Decimal 250 237 93 0 0.05 0.63 0.02 55.03 0.94 0.67
Hex FA ED 5D 0 5 3F 2 37 5E 43
Octal 372 355 135 0 5 77 2 67 136 103
Binary 11111010 11101101 1011101 0 101 111111 10 110111 1011110 1000011

Color Harmonies of #FAED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAED5D

Black with #FAED5D

Text Example


Text Example

White with #FAED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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