Html Css Color HEX #FAEA5E Corn

📋 copy color: '#FAEA5E'

red 250 ◦ green 234 ◦ blue 94

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

Shades of Corn #FAEA5E

Tints of Corn #FAEA5E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.48%

 BLUE value IS 94 (37.11% from 255) = 16.26%

R = 43.25%
G = 40.48%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAEA5E (or 0xFAEA5E) is known color: Corn. HEX triplet: FA, EA and 5E. RGB value is (250,234,94). Sum of RGB (Red+Green+Blue) = 250+234+94=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 94 (37.11% from 255 or 16.26% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA5E is #0515A1. Grayscale: #DFDFDF. Windows color (decimal): -333218 or 6220538. OLE color: 6220538.

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

Color convert

RGB 250 234 94 -
CMYK 0 0.06 0.62 0.02
HSL 53.85º 0.94% 0.67% -
HSV(B) 53.85º 0.62% 0.98% -
XYZ 70.87 79.98 22.29 -
YUV 222.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 250 234 94 0 0.06 0.62 0.02 53.85 0.94 0.67
Hex FA EA 5E 0 6 3E 2 36 5E 43
Octal 372 352 136 0 6 76 2 66 136 103
Binary 11111010 11101010 1011110 0 110 111110 10 110110 1011110 1000011

Color Harmonies of #FAEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA5E

Black with #FAEA5E

Text Example


Text Example

White with #FAEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA5E; }

 p { color: rgb(250,234,94); }

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

background-color css

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

 a { background-color: rgb(250,234,94); }

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

border-color css

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

 span { border-color: rgb(250,234,94); }

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