Html Css Color HEX #FAEB64 Corn

📋 copy color: '#FAEB64'

red 250 ◦ green 235 ◦ blue 100

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

Shades of Corn #FAEB64

Tints of Corn #FAEB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 17.09%

R = 42.74%
G = 40.17%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAEB64 (or 0xFAEB64) is known color: Corn. HEX triplet: FA, EB and 64. RGB value is (250,235,100). Sum of RGB (Red+Green+Blue) = 250+235+100=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 100 (39.45% from 255 or 17.09% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEB64 is #05149B. Grayscale: #E0E0E0. Windows color (decimal): -332956 or 6614010. OLE color: 6614010.

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

Color convert

RGB 250 235 100 -
CMYK 0 0.06 0.6 0.02
HSL 54º 0.94% 0.69% -
HSV(B) 54º 0.6% 0.98% -
XYZ 71.43 80.66 23.86 -
YUV 224.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 250 235 100 0 0.06 0.6 0.02 54 0.94 0.69
Hex FA EB 64 0 6 3C 2 36 5E 45
Octal 372 353 144 0 6 74 2 66 136 105
Binary 11111010 11101011 1100100 0 110 111100 10 110110 1011110 1000101

Color Harmonies of #FAEB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB64

Black with #FAEB64

Text Example


Text Example

White with #FAEB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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