Html Css Color HEX #FAE365 Corn

📋 copy color: '#FAE365'

red 250 ◦ green 227 ◦ blue 101

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

Shades of Corn #FAE365

Tints of Corn #FAE365

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.27%

 BLUE value IS 101 (39.84% from 255) = 17.47%

R = 43.25%
G = 39.27%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAE365 (or 0xFAE365) is known color: Corn. HEX triplet: FA, E3 and 65. RGB value is (250,227,101). Sum of RGB (Red+Green+Blue) = 250+227+101=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 101 (39.84% from 255 or 17.47% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE365 is #051C9A. Grayscale: #DCDCDC. Windows color (decimal): -335003 or 6677498. OLE color: 6677498.

HSL color Cylindrical-coordinate representation of color #FAE365: hue angle of 50.74º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAE365 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 227 101 -
CMYK 0 0.09 0.60 0.02
HSL 50.74º 0.94% 0.69% -
HSV(B) 50.74º 0.6% 0.98% -
XYZ 69.24 76.2 23.37 -
YUV 219.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 250 227 101 0 0.09 0.60 0.02 50.74 0.94 0.69
Hex FA E3 65 0 9 3C 2 33 5E 45
Octal 372 343 145 0 11 74 2 63 136 105
Binary 11111010 11100011 1100101 0 1001 111100 10 110011 1011110 1000101

Color Harmonies of #FAE365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE365

Black with #FAE365

Text Example


Text Example

White with #FAE365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE365; }

 p { color: rgb(250,227,101); }

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

background-color css

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

 a { background-color: rgb(250,227,101); }

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

border-color css

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

 span { border-color: rgb(250,227,101); }

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