Html Css Color HEX #FAEA7D Sweet Corn

📋 copy color: '#FAEA7D'

red 250 ◦ green 234 ◦ blue 125

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

Shades of Sweet Corn #FAEA7D

Tints of Sweet Corn #FAEA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 20.53%

R = 41.05%
G = 38.42%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FAEA7D (or 0xFAEA7D) is known color: Sweet Corn. HEX triplet: FA, EA and 7D. RGB value is (250,234,125). Sum of RGB (Red+Green+Blue) = 250+234+125=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 234 (91.80% from 255 or 38.42% from 609); Blue value is 125 (49.22% from 255 or 20.53% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEA7D is #051582. Grayscale: #E2E2E2. Windows color (decimal): -333187 or 8252154. OLE color: 8252154.

HSL color Cylindrical-coordinate representation of color #FAEA7D: hue angle of 52.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAEA7D is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 234 125 -
CMYK 0 0.06 0.50 0.02
HSL 52.32º 0.93% 0.74% -
HSV(B) 52.32º 0.5% 0.98% -
XYZ 72.55 80.65 31.15 -
YUV 226.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 250 234 125 0 0.06 0.50 0.02 52.32 0.93 0.74
Hex FA EA 7D 0 6 32 2 34 5D 4A
Octal 372 352 175 0 6 62 2 64 135 112
Binary 11111010 11101010 1111101 0 110 110010 10 110100 1011101 1001010

Color Harmonies of #FAEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA7D

Black with #FAEA7D

Text Example


Text Example

White with #FAEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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