Html Css Color HEX #FAE569 Sweet Corn

📋 copy color: '#FAE569'

red 250 ◦ green 229 ◦ blue 105

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

Shades of Sweet Corn #FAE569

Tints of Sweet Corn #FAE569

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.21%

 BLUE value IS 105 (41.41% from 255) = 17.98%

R = 42.81%
G = 39.21%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAE569 (or 0xFAE569) is known color: Sweet Corn. HEX triplet: FA, E5 and 69. RGB value is (250,229,105). Sum of RGB (Red+Green+Blue) = 250+229+105=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 105 (41.41% from 255 or 17.98% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE569 is #051A96. Grayscale: #DDDDDD. Windows color (decimal): -334487 or 6940154. OLE color: 6940154.

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

Color convert

RGB 250 229 105 -
CMYK 0 0.08 0.58 0.02
HSL 51.31º 0.94% 0.7% -
HSV(B) 51.31º 0.58% 0.98% -
XYZ 69.99 77.38 24.61 -
YUV 221.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 250 229 105 0 0.08 0.58 0.02 51.31 0.94 0.7
Hex FA E5 69 0 8 3A 2 33 5E 46
Octal 372 345 151 0 10 72 2 63 136 106
Binary 11111010 11100101 1101001 0 1000 111010 10 110011 1011110 1000110

Color Harmonies of #FAE569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE569

Black with #FAE569

Text Example


Text Example

White with #FAE569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE569; }

 p { color: rgb(250,229,105); }

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

background-color css

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

 a { background-color: rgb(250,229,105); }

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

border-color css

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

 span { border-color: rgb(250,229,105); }

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