Html Css Color HEX #FAF264 Corn

📋 copy color: '#FAF264'

red 250 ◦ green 242 ◦ blue 100

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

Shades of Corn #FAF264

Tints of Corn #FAF264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.89%

R = 42.23%
G = 40.88%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FAF264 (or 0xFAF264) is known color: Corn. HEX triplet: FA, F2 and 64. RGB value is (250,242,100). Sum of RGB (Red+Green+Blue) = 250+242+100=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 100 (39.45% from 255 or 16.89% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF264 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF264 is #050D9B. Grayscale: #E4E4E4. Windows color (decimal): -331164 or 6615802. OLE color: 6615802.

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

Color convert

RGB 250 242 100 -
CMYK 0 0.03 0.6 0.02
HSL 56.8º 0.94% 0.69% -
HSV(B) 56.8º 0.6% 0.98% -
XYZ 73.48 84.75 24.54 -
YUV 228.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 250 242 100 0 0.03 0.6 0.02 56.8 0.94 0.69
Hex FA F2 64 0 3 3C 2 39 5E 45
Octal 372 362 144 0 3 74 2 71 136 105
Binary 11111010 11110010 1100100 0 11 111100 10 111001 1011110 1000101

Color Harmonies of #FAF264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF264

Black with #FAF264

Text Example


Text Example

White with #FAF264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF264; }

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

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

background-color css

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

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

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

border-color css

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

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

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