Html Css Color HEX #FAF257 Corn

📋 copy color: '#FAF257'

red 250 ◦ green 242 ◦ blue 87

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

Shades of Corn #FAF257

Tints of Corn #FAF257

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

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

R = 43.18%
G = 41.8%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAF257 (or 0xFAF257) is known color: Corn. HEX triplet: FA, F2 and 57. RGB value is (250,242,87). Sum of RGB (Red+Green+Blue) = 250+242+87=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 87 (34.38% from 255 or 15.03% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF257 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF257 is #050DA8. Grayscale: #E3E3E3. Windows color (decimal): -331177 or 5763834. OLE color: 5763834.

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

Color convert

RGB 250 242 87 -
CMYK 0 0.03 0.65 0.02
HSL 57.06º 0.94% 0.66% -
HSV(B) 57.06º 0.65% 0.98% -
XYZ 72.9 84.52 21.49 -
YUV 226.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 250 242 87 0 0.03 0.65 0.02 57.06 0.94 0.66
Hex FA F2 57 0 3 41 2 39 5E 42
Octal 372 362 127 0 3 101 2 71 136 102
Binary 11111010 11110010 1010111 0 11 1000001 10 111001 1011110 1000010

Color Harmonies of #FAF257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF257

Black with #FAF257

Text Example


Text Example

White with #FAF257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF257; }

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

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

background-color css

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

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

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

border-color css

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

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

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