Html Css Color HEX #FAF359 Corn

📋 copy color: '#FAF359'

red 250 ◦ green 243 ◦ blue 89

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

Shades of Corn #FAF359

Tints of Corn #FAF359

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.75%

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

R = 42.96%
G = 41.75%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAF359 (or 0xFAF359) is known color: Corn. HEX triplet: FA, F3 and 59. RGB value is (250,243,89). Sum of RGB (Red+Green+Blue) = 250+243+89=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 89 (35.16% from 255 or 15.29% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF359 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF359 is #050CA6. Grayscale: #E4E4E4. Windows color (decimal): -330919 or 5895162. OLE color: 5895162.

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

Color convert

RGB 250 243 89 -
CMYK 0 0.03 0.64 0.02
HSL 57.39º 0.94% 0.66% -
HSV(B) 57.39º 0.64% 0.98% -
XYZ 73.28 85.15 22.02 -
YUV 227.54 49.82 144.02 -
System Red Green Blue C M Y K H S L
Decimal 250 243 89 0 0.03 0.64 0.02 57.39 0.94 0.66
Hex FA F3 59 0 3 40 2 39 5E 42
Octal 372 363 131 0 3 100 2 71 136 102
Binary 11111010 11110011 1011001 0 11 1000000 10 111001 1011110 1000010

Color Harmonies of #FAF359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF359

Black with #FAF359

Text Example


Text Example

White with #FAF359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF359; }

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

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

background-color css

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

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

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

border-color css

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

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

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