Html Css Color HEX #FAE662 Corn

📋 copy color: '#FAE662'

red 250 ◦ green 230 ◦ blue 98

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

Shades of Corn #FAE662

Tints of Corn #FAE662

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.79%

 BLUE value IS 98 (38.67% from 255) = 16.96%

R = 43.25%
G = 39.79%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FAE662 (or 0xFAE662) is known color: Corn. HEX triplet: FA, E6 and 62. RGB value is (250,230,98). Sum of RGB (Red+Green+Blue) = 250+230+98=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 98 (38.67% from 255 or 16.96% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE662 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE662 is #05199D. Grayscale: #DDDDDD. Windows color (decimal): -334238 or 6481658. OLE color: 6481658.

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

Color convert

RGB 250 230 98 -
CMYK 0 0.08 0.61 0.02
HSL 52.11º 0.94% 0.68% -
HSV(B) 52.11º 0.61% 0.98% -
XYZ 69.93 77.8 22.89 -
YUV 220.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 250 230 98 0 0.08 0.61 0.02 52.11 0.94 0.68
Hex FA E6 62 0 8 3D 2 34 5E 44
Octal 372 346 142 0 10 75 2 64 136 104
Binary 11111010 11100110 1100010 0 1000 111101 10 110100 1011110 1000100

Color Harmonies of #FAE662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE662

Black with #FAE662

Text Example


Text Example

White with #FAE662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE662; }

 p { color: rgb(250,230,98); }

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

background-color css

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

 a { background-color: rgb(250,230,98); }

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

border-color css

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

 span { border-color: rgb(250,230,98); }

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