Html Css Color HEX #FAEB5B Corn

📋 copy color: '#FAEB5B'

red 250 ◦ green 235 ◦ blue 91

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

Shades of Corn #FAEB5B

Tints of Corn #FAEB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.8%

R = 43.4%
G = 40.8%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAEB5B (or 0xFAEB5B) is known color: Corn. HEX triplet: FA, EB and 5B. RGB value is (250,235,91). Sum of RGB (Red+Green+Blue) = 250+235+91=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 91 (35.94% from 255 or 15.80% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEB5B is #0514A4. Grayscale: #DFDFDF. Windows color (decimal): -332965 or 6024186. OLE color: 6024186.

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

Color convert

RGB 250 235 91 -
CMYK 0 0.06 0.64 0.02
HSL 54.34º 0.94% 0.67% -
HSV(B) 54.34º 0.64% 0.98% -
XYZ 71.02 80.5 21.69 -
YUV 223.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 250 235 91 0 0.06 0.64 0.02 54.34 0.94 0.67
Hex FA EB 5B 0 6 40 2 36 5E 43
Octal 372 353 133 0 6 100 2 66 136 103
Binary 11111010 11101011 1011011 0 110 1000000 10 110110 1011110 1000011

Color Harmonies of #FAEB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB5B

Black with #FAEB5B

Text Example


Text Example

White with #FAEB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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