Html Css Color HEX #FAE65D Corn

📋 copy color: '#FAE65D'

red 250 ◦ green 230 ◦ blue 93

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

Shades of Corn #FAE65D

Tints of Corn #FAE65D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.14%

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

R = 43.63%
G = 40.14%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FAE65D (or 0xFAE65D) is known color: Corn. HEX triplet: FA, E6 and 5D. RGB value is (250,230,93). Sum of RGB (Red+Green+Blue) = 250+230+93=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 93 (36.72% from 255 or 16.23% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE65D is #0519A2. Grayscale: #DCDCDC. Windows color (decimal): -334243 or 6153978. OLE color: 6153978.

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

Color convert

RGB 250 230 93 -
CMYK 0 0.08 0.63 0.02
HSL 52.36º 0.94% 0.67% -
HSV(B) 52.36º 0.63% 0.98% -
XYZ 69.7 77.71 21.68 -
YUV 220.36 56.13 149.14 -
System Red Green Blue C M Y K H S L
Decimal 250 230 93 0 0.08 0.63 0.02 52.36 0.94 0.67
Hex FA E6 5D 0 8 3F 2 34 5E 43
Octal 372 346 135 0 10 77 2 64 136 103
Binary 11111010 11100110 1011101 0 1000 111111 10 110100 1011110 1000011

Color Harmonies of #FAE65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE65D

Black with #FAE65D

Text Example


Text Example

White with #FAE65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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