Html Css Color HEX #FAF557 Corn

📋 copy color: '#FAF557'

red 250 ◦ green 245 ◦ blue 87

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

Shades of Corn #FAF557

Tints of Corn #FAF557

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.1%

 BLUE value IS 87 (34.38% from 255) = 14.95%

R = 42.96%
G = 42.1%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAF557 (or 0xFAF557) is known color: Corn. HEX triplet: FA, F5 and 57. RGB value is (250,245,87). Sum of RGB (Red+Green+Blue) = 250+245+87=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 245 (96.09% from 255 or 42.10% from 582); Blue value is 87 (34.38% from 255 or 14.95% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF557 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF557 is #050AA8. Grayscale: #E5E5E5. Windows color (decimal): -330409 or 5764602. OLE color: 5764602.

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

Color convert

RGB 250 245 87 -
CMYK 0 0.02 0.65 0.02
HSL 58.16º 0.94% 0.66% -
HSV(B) 58.16º 0.65% 0.98% -
XYZ 73.8 86.32 21.79 -
YUV 228.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 250 245 87 0 0.02 0.65 0.02 58.16 0.94 0.66
Hex FA F5 57 0 2 41 2 3A 5E 42
Octal 372 365 127 0 2 101 2 72 136 102
Binary 11111010 11110101 1010111 0 10 1000001 10 111010 1011110 1000010

Color Harmonies of #FAF557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF557

Black with #FAF557

Text Example


Text Example

White with #FAF557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF557; }

 p { color: rgb(250,245,87); }

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

background-color css

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

 a { background-color: rgb(250,245,87); }

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

border-color css

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

 span { border-color: rgb(250,245,87); }

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