Html Css Color HEX #FAF759 Corn

📋 copy color: '#FAF759'

red 250 ◦ green 247 ◦ blue 89

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

Shades of Corn #FAF759

Tints of Corn #FAF759

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.15%

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

R = 42.66%
G = 42.15%
B = 15.19%

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

#FAF759 (or 0xFAF759) is known color: Corn. HEX triplet: FA, F7 and 59. RGB value is (250,247,89). Sum of RGB (Red+Green+Blue) = 250+247+89=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 89 (35.16% from 255 or 15.19% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF759 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF759 is #0508A6. Grayscale: #E6E6E6. Windows color (decimal): -329895 or 5896186. OLE color: 5896186.

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

Color convert

RGB 250 247 89 -
CMYK 0 0.01 0.64 0.02
HSL 58.88º 0.94% 0.66% -
HSV(B) 58.88º 0.64% 0.98% -
XYZ 74.49 87.57 22.43 -
YUV 229.89 48.49 142.35 -
System Red Green Blue C M Y K H S L
Decimal 250 247 89 0 0.01 0.64 0.02 58.88 0.94 0.66
Hex FA F7 59 0 1 40 2 3B 5E 42
Octal 372 367 131 0 1 100 2 73 136 102
Binary 11111010 11110111 1011001 0 1 1000000 10 111011 1011110 1000010

Color Harmonies of #FAF759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF759

Black with #FAF759

Text Example


Text Example

White with #FAF759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF759; }

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

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

background-color css

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

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

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

border-color css

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

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

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