Html Css Color HEX #FFF066 Corn

📋 copy color: '#FFF066'

red 255 ◦ green 240 ◦ blue 102

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

Shades of Corn #FFF066

Tints of Corn #FFF066

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.2%

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

R = 42.71%
G = 40.2%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFF066 (or 0xFFF066) is known color: Corn. HEX triplet: FF, F0 and 66. RGB value is (255,240,102). Sum of RGB (Red+Green+Blue) = 255+240+102=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 102 (40.23% from 255 or 17.09% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF066 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFF066 is #000F99. Grayscale: #E5E5E5. Windows color (decimal): -3994 or 6746367. OLE color: 6746367.

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

Color convert

RGB 255 240 102 -
CMYK 0 0.06 0.6 0
HSL 54.12º 1% 0.7% -
HSV(B) 54.12º 0.6% 1% -
XYZ 74.8 84.54 24.95 -
YUV 228.75 56.47 146.72 -
System Red Green Blue C M Y K H S L
Decimal 255 240 102 0 0.06 0.6 0 54.12 1 0.7
Hex FF F0 66 0 6 3C 0 36 64 46
Octal 377 360 146 0 6 74 0 66 144 106
Binary 11111111 11110000 1100110 0 110 111100 0 110110 1100100 1000110

Color Harmonies of #FFF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF066

Black with #FFF066

Text Example


Text Example

White with #FFF066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF066; }

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

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

background-color css

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

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

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

border-color css

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

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

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