Html Css Color HEX #FFF266 Corn

📋 copy color: '#FFF266'

red 255 ◦ green 242 ◦ blue 102

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

Shades of Corn #FFF266

Tints of Corn #FFF266

RGB

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

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

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

R = 42.57%
G = 40.4%
B = 17.03%

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

#FFF266 (or 0xFFF266) is known color: Corn. HEX triplet: FF, F2 and 66. RGB value is (255,242,102). Sum of RGB (Red+Green+Blue) = 255+242+102=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 102 (40.23% from 255 or 17.03% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF266 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF266 is #000D99. Grayscale: #E6E6E6. Windows color (decimal): -3482 or 6746879. OLE color: 6746879.

HSL color Cylindrical-coordinate representation of color #FFF266: hue angle of 54.9º 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 #FFF266 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 255 242 102 -
CMYK 0 0.05 0.6 0
HSL 54.9º 1% 0.7% -
HSV(B) 54.9º 0.6% 1% -
XYZ 75.39 85.72 25.14 -
YUV 229.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 255 242 102 0 0.05 0.6 0 54.9 1 0.7
Hex FF F2 66 0 5 3C 0 37 64 46
Octal 377 362 146 0 5 74 0 67 144 106
Binary 11111111 11110010 1100110 0 101 111100 0 110111 1100100 1000110

Color Harmonies of #FFF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF266

Black with #FFF266

Text Example


Text Example

White with #FFF266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF266; }

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

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

background-color css

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

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

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

border-color css

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

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

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