Html Css Color HEX #FAE768 Corn

📋 copy color: '#FAE768'

red 250 ◦ green 231 ◦ blue 104

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

Shades of Corn #FAE768

Tints of Corn #FAE768

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.49%

 BLUE value IS 104 (41.02% from 255) = 17.78%

R = 42.74%
G = 39.49%
B = 17.78%

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

#FAE768 (or 0xFAE768) is known color: Corn. HEX triplet: FA, E7 and 68. RGB value is (250,231,104). Sum of RGB (Red+Green+Blue) = 250+231+104=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 104 (41.02% from 255 or 17.78% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE768 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE768 is #051897. Grayscale: #DEDEDE. Windows color (decimal): -333976 or 6875130. OLE color: 6875130.

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

Color convert

RGB 250 231 104 -
CMYK 0 0.08 0.58 0.02
HSL 52.19º 0.94% 0.69% -
HSV(B) 52.19º 0.58% 0.98% -
XYZ 70.5 78.48 24.53 -
YUV 222.2 61.29 147.83 -
System Red Green Blue C M Y K H S L
Decimal 250 231 104 0 0.08 0.58 0.02 52.19 0.94 0.69
Hex FA E7 68 0 8 3A 2 34 5E 45
Octal 372 347 150 0 10 72 2 64 136 105
Binary 11111010 11100111 1101000 0 1000 111010 10 110100 1011110 1000101

Color Harmonies of #FAE768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE768

Black with #FAE768

Text Example


Text Example

White with #FAE768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE768; }

 p { color: rgb(250,231,104); }

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

background-color css

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

 a { background-color: rgb(250,231,104); }

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

border-color css

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

 span { border-color: rgb(250,231,104); }

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