Html Css Color HEX #FAF260 Corn

📋 copy color: '#FAF260'

red 250 ◦ green 242 ◦ blue 96

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

Shades of Corn #FAF260

Tints of Corn #FAF260

RGB

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

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

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

R = 42.52%
G = 41.16%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAF260 (or 0xFAF260) is known color: Corn. HEX triplet: FA, F2 and 60. RGB value is (250,242,96). Sum of RGB (Red+Green+Blue) = 250+242+96=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 96 (37.89% from 255 or 16.33% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF260 is #050D9F. Grayscale: #E4E4E4. Windows color (decimal): -331168 or 6353658. OLE color: 6353658.

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

Color convert

RGB 250 242 96 -
CMYK 0 0.03 0.62 0.02
HSL 56.88º 0.94% 0.68% -
HSV(B) 56.88º 0.62% 0.98% -
XYZ 73.29 84.67 23.55 -
YUV 227.75 53.65 143.87 -
System Red Green Blue C M Y K H S L
Decimal 250 242 96 0 0.03 0.62 0.02 56.88 0.94 0.68
Hex FA F2 60 0 3 3E 2 39 5E 44
Octal 372 362 140 0 3 76 2 71 136 104
Binary 11111010 11110010 1100000 0 11 111110 10 111001 1011110 1000100

Color Harmonies of #FAF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF260

Black with #FAF260

Text Example


Text Example

White with #FAF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF260; }

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

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

background-color css

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

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

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

border-color css

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

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

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