Html Css Color HEX #FAF166 Corn

📋 copy color: '#FAF166'

red 250 ◦ green 241 ◦ blue 102

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

Shades of Corn #FAF166

Tints of Corn #FAF166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.2%

R = 42.16%
G = 40.64%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAF166 (or 0xFAF166) is known color: Corn. HEX triplet: FA, F1 and 66. RGB value is (250,241,102). Sum of RGB (Red+Green+Blue) = 250+241+102=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 102 (40.23% from 255 or 17.20% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF166 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAF166 is #050E99. Grayscale: #E4E4E4. Windows color (decimal): -331418 or 6746618. OLE color: 6746618.

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

Color convert

RGB 250 241 102 -
CMYK 0 0.04 0.59 0.02
HSL 56.35º 0.94% 0.69% -
HSV(B) 56.35º 0.59% 0.98% -
XYZ 73.28 84.19 24.96 -
YUV 227.85 56.98 143.8 -
System Red Green Blue C M Y K H S L
Decimal 250 241 102 0 0.04 0.59 0.02 56.35 0.94 0.69
Hex FA F1 66 0 4 3B 2 38 5E 45
Octal 372 361 146 0 4 73 2 70 136 105
Binary 11111010 11110001 1100110 0 100 111011 10 111000 1011110 1000101

Color Harmonies of #FAF166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF166

Black with #FAF166

Text Example


Text Example

White with #FAF166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF166; }

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

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

background-color css

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

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

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

border-color css

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

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

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