Html Css Color HEX #FAE272 Sweet Corn

📋 copy color: '#FAE272'

red 250 ◦ green 226 ◦ blue 114

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

Shades of Sweet Corn #FAE272

Tints of Sweet Corn #FAE272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.32%

R = 42.37%
G = 38.31%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FAE272 (or 0xFAE272) is known color: Sweet Corn. HEX triplet: FA, E2 and 72. RGB value is (250,226,114). Sum of RGB (Red+Green+Blue) = 250+226+114=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 114 (44.92% from 255 or 19.32% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE272 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE272 is #051D8D. Grayscale: #DCDCDC. Windows color (decimal): -335246 or 7529210. OLE color: 7529210.

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

Color convert

RGB 250 226 114 -
CMYK 0 0.10 0.54 0.02
HSL 49.41º 0.93% 0.71% -
HSV(B) 49.41º 0.54% 0.98% -
XYZ 69.66 75.93 26.9 -
YUV 220.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 250 226 114 0 0.10 0.54 0.02 49.41 0.93 0.71
Hex FA E2 72 0 A 36 2 31 5D 47
Octal 372 342 162 0 12 66 2 61 135 107
Binary 11111010 11100010 1110010 0 1010 110110 10 110001 1011101 1000111

Color Harmonies of #FAE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE272

Black with #FAE272

Text Example


Text Example

White with #FAE272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE272; }

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

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

background-color css

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

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

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

border-color css

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

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

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