Html Css Color HEX #FAF057 Corn

📋 copy color: '#FAF057'

red 250 ◦ green 240 ◦ blue 87

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

Shades of Corn #FAF057

Tints of Corn #FAF057

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

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

R = 43.33%
G = 41.59%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAF057 (or 0xFAF057) is known color: Corn. HEX triplet: FA, F0 and 57. RGB value is (250,240,87). Sum of RGB (Red+Green+Blue) = 250+240+87=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 87 (34.38% from 255 or 15.08% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF057 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF057 is #050FA8. Grayscale: #E2E2E2. Windows color (decimal): -331689 or 5763322. OLE color: 5763322.

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

Color convert

RGB 250 240 87 -
CMYK 0 0.04 0.65 0.02
HSL 56.32º 0.94% 0.66% -
HSV(B) 56.32º 0.65% 0.98% -
XYZ 72.3 83.33 21.29 -
YUV 225.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 250 240 87 0 0.04 0.65 0.02 56.32 0.94 0.66
Hex FA F0 57 0 4 41 2 38 5E 42
Octal 372 360 127 0 4 101 2 70 136 102
Binary 11111010 11110000 1010111 0 100 1000001 10 111000 1011110 1000010

Color Harmonies of #FAF057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF057

Black with #FAF057

Text Example


Text Example

White with #FAF057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF057; }

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

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

background-color css

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

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

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

border-color css

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

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

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