Html Css Color HEX #FAE27A Sweet Corn

📋 copy color: '#FAE27A'

red 250 ◦ green 226 ◦ blue 122

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

Shades of Sweet Corn #FAE27A

Tints of Sweet Corn #FAE27A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.79%

 BLUE value IS 122 (48.05% from 255) = 20.4%

R = 41.81%
G = 37.79%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FAE27A (or 0xFAE27A) is known color: Sweet Corn. HEX triplet: FA, E2 and 7A. RGB value is (250,226,122). Sum of RGB (Red+Green+Blue) = 250+226+122=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE27A is #051D85. Grayscale: #DDDDDD. Windows color (decimal): -335238 or 8053498. OLE color: 8053498.

HSL color Cylindrical-coordinate representation of color #FAE27A: hue angle of 48.75º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAE27A is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 122 -
CMYK 0 0.10 0.51 0.02
HSL 48.75º 0.93% 0.73% -
HSV(B) 48.75º 0.51% 0.98% -
XYZ 70.13 76.12 29.41 -
YUV 221.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 250 226 122 0 0.10 0.51 0.02 48.75 0.93 0.73
Hex FA E2 7A 0 A 33 2 31 5D 49
Octal 372 342 172 0 12 63 2 61 135 111
Binary 11111010 11100010 1111010 0 1010 110011 10 110001 1011101 1001001

Color Harmonies of #FAE27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE27A

Black with #FAE27A

Text Example


Text Example

White with #FAE27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE27A; }

 p { color: rgb(250,226,122); }

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

background-color css

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

 a { background-color: rgb(250,226,122); }

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

border-color css

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

 span { border-color: rgb(250,226,122); }

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