Html Css Color HEX #FAEB68 Corn

📋 copy color: '#FAEB68'

red 250 ◦ green 235 ◦ blue 104

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

Shades of Corn #FAEB68

Tints of Corn #FAEB68

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.9%

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

R = 42.44%
G = 39.9%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAEB68 (or 0xFAEB68) is known color: Corn. HEX triplet: FA, EB and 68. RGB value is (250,235,104). Sum of RGB (Red+Green+Blue) = 250+235+104=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 104 (41.02% from 255 or 17.66% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEB68 is #051497. Grayscale: #E1E1E1. Windows color (decimal): -332952 or 6876154. OLE color: 6876154.

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

Color convert

RGB 250 235 104 -
CMYK 0 0.06 0.58 0.02
HSL 53.84º 0.94% 0.69% -
HSV(B) 53.84º 0.58% 0.98% -
XYZ 71.63 80.74 24.91 -
YUV 224.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 250 235 104 0 0.06 0.58 0.02 53.84 0.94 0.69
Hex FA EB 68 0 6 3A 2 36 5E 45
Octal 372 353 150 0 6 72 2 66 136 105
Binary 11111010 11101011 1101000 0 110 111010 10 110110 1011110 1000101

Color Harmonies of #FAEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB68

Black with #FAEB68

Text Example


Text Example

White with #FAEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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