Html Css Color HEX #FAF459 Corn

📋 copy color: '#FAF459'

red 250 ◦ green 244 ◦ blue 89

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

Shades of Corn #FAF459

Tints of Corn #FAF459

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.85%

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

R = 42.88%
G = 41.85%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAF459 (or 0xFAF459) is known color: Corn. HEX triplet: FA, F4 and 59. RGB value is (250,244,89). Sum of RGB (Red+Green+Blue) = 250+244+89=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 89 (35.16% from 255 or 15.27% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF459 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF459 is #050BA6. Grayscale: #E4E4E4. Windows color (decimal): -330663 or 5895418. OLE color: 5895418.

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

Color convert

RGB 250 244 89 -
CMYK 0 0.02 0.64 0.02
HSL 57.76º 0.94% 0.66% -
HSV(B) 57.76º 0.64% 0.98% -
XYZ 73.58 85.75 22.12 -
YUV 228.12 49.49 143.6 -
System Red Green Blue C M Y K H S L
Decimal 250 244 89 0 0.02 0.64 0.02 57.76 0.94 0.66
Hex FA F4 59 0 2 40 2 3A 5E 42
Octal 372 364 131 0 2 100 2 72 136 102
Binary 11111010 11110100 1011001 0 10 1000000 10 111010 1011110 1000010

Color Harmonies of #FAF459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF459

Black with #FAF459

Text Example


Text Example

White with #FAF459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF459; }

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

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

background-color css

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

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

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

border-color css

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

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

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