Html Css Color HEX #FAEF5E Corn

📋 copy color: '#FAEF5E'

red 250 ◦ green 239 ◦ blue 94

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

Shades of Corn #FAEF5E

Tints of Corn #FAEF5E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

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

R = 42.88%
G = 40.99%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAEF5E (or 0xFAEF5E) is known color: Corn. HEX triplet: FA, EF and 5E. RGB value is (250,239,94). Sum of RGB (Red+Green+Blue) = 250+239+94=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 94 (37.11% from 255 or 16.12% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEF5E is #0510A1. Grayscale: #E2E2E2. Windows color (decimal): -331938 or 6221818. OLE color: 6221818.

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

Color convert

RGB 250 239 94 -
CMYK 0 0.04 0.62 0.02
HSL 55.77º 0.94% 0.67% -
HSV(B) 55.77º 0.62% 0.98% -
XYZ 72.31 82.87 22.77 -
YUV 225.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 250 239 94 0 0.04 0.62 0.02 55.77 0.94 0.67
Hex FA EF 5E 0 4 3E 2 38 5E 43
Octal 372 357 136 0 4 76 2 70 136 103
Binary 11111010 11101111 1011110 0 100 111110 10 111000 1011110 1000011

Color Harmonies of #FAEF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEF5E

Black with #FAEF5E

Text Example


Text Example

White with #FAEF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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