Html Css Color HEX #FAF265 Corn

📋 copy color: '#FAF265'

red 250 ◦ green 242 ◦ blue 101

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

Shades of Corn #FAF265

Tints of Corn #FAF265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.03%

R = 42.16%
G = 40.81%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAF265 (or 0xFAF265) is known color: Corn. HEX triplet: FA, F2 and 65. RGB value is (250,242,101). Sum of RGB (Red+Green+Blue) = 250+242+101=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 101 (39.84% from 255 or 17.03% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF265 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF265 is #050D9A. Grayscale: #E4E4E4. Windows color (decimal): -331163 or 6681338. OLE color: 6681338.

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

Color convert

RGB 250 242 101 -
CMYK 0 0.03 0.60 0.02
HSL 56.78º 0.94% 0.69% -
HSV(B) 56.78º 0.6% 0.98% -
XYZ 73.53 84.77 24.8 -
YUV 228.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 250 242 101 0 0.03 0.60 0.02 56.78 0.94 0.69
Hex FA F2 65 0 3 3C 2 39 5E 45
Octal 372 362 145 0 3 74 2 71 136 105
Binary 11111010 11110010 1100101 0 11 111100 10 111001 1011110 1000101

Color Harmonies of #FAF265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF265

Black with #FAF265

Text Example


Text Example

White with #FAF265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF265; }

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

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

background-color css

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

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

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

border-color css

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

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

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