Html Css Color HEX #FAF859 Corn

📋 copy color: '#FAF859'

red 250 ◦ green 248 ◦ blue 89

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

Shades of Corn #FAF859

Tints of Corn #FAF859

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.25%

 BLUE value IS 89 (35.16% from 255) = 15.16%

R = 42.59%
G = 42.25%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAF859 (or 0xFAF859) is known color: Corn. HEX triplet: FA, F8 and 59. RGB value is (250,248,89). Sum of RGB (Red+Green+Blue) = 250+248+89=587 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.59% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 89 (35.16% from 255 or 15.16% from 587); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF859 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF859 is #0507A6. Grayscale: #E7E7E7. Windows color (decimal): -329639 or 5896442. OLE color: 5896442.

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

Color convert

RGB 250 248 89 -
CMYK 0 0.01 0.64 0.02
HSL 59.25º 0.94% 0.66% -
HSV(B) 59.25º 0.64% 0.98% -
XYZ 74.79 88.18 22.53 -
YUV 230.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 250 248 89 0 0.01 0.64 0.02 59.25 0.94 0.66
Hex FA F8 59 0 1 40 2 3B 5E 42
Octal 372 370 131 0 1 100 2 73 136 102
Binary 11111010 11111000 1011001 0 1 1000000 10 111011 1011110 1000010

Color Harmonies of #FAF859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF859

Black with #FAF859

Text Example


Text Example

White with #FAF859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF859; }

 p { color: rgb(250,248,89); }

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

background-color css

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

 a { background-color: rgb(250,248,89); }

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

border-color css

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

 span { border-color: rgb(250,248,89); }

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