Html Css Color HEX #FAF060 Corn

📋 copy color: '#FAF060'

red 250 ◦ green 240 ◦ blue 96

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

Shades of Corn #FAF060

Tints of Corn #FAF060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.38%

R = 42.66%
G = 40.96%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAF060 (or 0xFAF060) is known color: Corn. HEX triplet: FA, F0 and 60. RGB value is (250,240,96). Sum of RGB (Red+Green+Blue) = 250+240+96=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 96 (37.89% from 255 or 16.38% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF060 is #050F9F. Grayscale: #E3E3E3. Windows color (decimal): -331680 or 6353146. OLE color: 6353146.

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

Color convert

RGB 250 240 96 -
CMYK 0 0.04 0.62 0.02
HSL 56.1º 0.94% 0.68% -
HSV(B) 56.1º 0.62% 0.98% -
XYZ 72.7 83.49 23.35 -
YUV 226.57 54.31 144.71 -
System Red Green Blue C M Y K H S L
Decimal 250 240 96 0 0.04 0.62 0.02 56.1 0.94 0.68
Hex FA F0 60 0 4 3E 2 38 5E 44
Octal 372 360 140 0 4 76 2 70 136 104
Binary 11111010 11110000 1100000 0 100 111110 10 111000 1011110 1000100

Color Harmonies of #FAF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF060

Black with #FAF060

Text Example


Text Example

White with #FAF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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