Html Css Color HEX #FFF166 Corn

📋 copy color: '#FFF166'

red 255 ◦ green 241 ◦ blue 102

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

Shades of Corn #FFF166

Tints of Corn #FFF166

RGB

 RED value IS 255 (100% from 255) = 42.64%

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

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

R = 42.64%
G = 40.3%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFF166 (or 0xFFF166) is known color: Corn. HEX triplet: FF, F1 and 66. RGB value is (255,241,102). Sum of RGB (Red+Green+Blue) = 255+241+102=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 102 (40.23% from 255 or 17.06% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF166 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF166 is #000E99. Grayscale: #E5E5E5. Windows color (decimal): -3738 or 6746623. OLE color: 6746623.

HSL color Cylindrical-coordinate representation of color #FFF166: hue angle of 54.51º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFF166 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 255 241 102 -
CMYK 0 0.05 0.6 0
HSL 54.51º 1% 0.7% -
HSV(B) 54.51º 0.6% 1% -
XYZ 75.09 85.13 25.04 -
YUV 229.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 255 241 102 0 0.05 0.6 0 54.51 1 0.7
Hex FF F1 66 0 5 3C 0 37 64 46
Octal 377 361 146 0 5 74 0 67 144 106
Binary 11111111 11110001 1100110 0 101 111100 0 110111 1100100 1000110

Color Harmonies of #FFF166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF166

Black with #FFF166

Text Example


Text Example

White with #FFF166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF166; }

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

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

background-color css

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

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

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

border-color css

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

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

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