Html Css Color HEX #FAF165 Corn

📋 copy color: '#FAF165'

red 250 ◦ green 241 ◦ blue 101

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

Shades of Corn #FAF165

Tints of Corn #FAF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.71%

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

R = 42.23%
G = 40.71%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAF165 (or 0xFAF165) is known color: Corn. HEX triplet: FA, F1 and 65. RGB value is (250,241,101). Sum of RGB (Red+Green+Blue) = 250+241+101=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 101 (39.84% from 255 or 17.06% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF165 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF165 is #050E9A. Grayscale: #E4E4E4. Windows color (decimal): -331419 or 6681082. OLE color: 6681082.

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

Color convert

RGB 250 241 101 -
CMYK 0 0.04 0.60 0.02
HSL 56.38º 0.94% 0.69% -
HSV(B) 56.38º 0.6% 0.98% -
XYZ 73.23 84.17 24.7 -
YUV 227.73 56.48 143.88 -
System Red Green Blue C M Y K H S L
Decimal 250 241 101 0 0.04 0.60 0.02 56.38 0.94 0.69
Hex FA F1 65 0 4 3C 2 38 5E 45
Octal 372 361 145 0 4 74 2 70 136 105
Binary 11111010 11110001 1100101 0 100 111100 10 111000 1011110 1000101

Color Harmonies of #FAF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF165

Black with #FAF165

Text Example


Text Example

White with #FAF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF165; }

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

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

background-color css

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

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

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

border-color css

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

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

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