Html Css Color HEX #FAF357 Corn

📋 copy color: '#FAF357'

red 250 ◦ green 243 ◦ blue 87

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

Shades of Corn #FAF357

Tints of Corn #FAF357

RGB

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

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

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

R = 43.1%
G = 41.9%
B = 15%

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

#FAF357 (or 0xFAF357) is known color: Corn. HEX triplet: FA, F3 and 57. RGB value is (250,243,87). Sum of RGB (Red+Green+Blue) = 250+243+87=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 87 (34.38% from 255 or 15% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF357 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF357 is #050CA8. Grayscale: #E3E3E3. Windows color (decimal): -330921 or 5764090. OLE color: 5764090.

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

Color convert

RGB 250 243 87 -
CMYK 0 0.03 0.65 0.02
HSL 57.42º 0.94% 0.66% -
HSV(B) 57.42º 0.65% 0.98% -
XYZ 73.2 85.11 21.59 -
YUV 227.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 250 243 87 0 0.03 0.65 0.02 57.42 0.94 0.66
Hex FA F3 57 0 3 41 2 39 5E 42
Octal 372 363 127 0 3 101 2 71 136 102
Binary 11111010 11110011 1010111 0 11 1000001 10 111001 1011110 1000010

Color Harmonies of #FAF357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF357

Black with #FAF357

Text Example


Text Example

White with #FAF357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF357; }

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

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

background-color css

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

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

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

border-color css

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

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

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