Html Css Color HEX #F8F064 Corn

📋 copy color: '#F8F064'

red 248 ◦ green 240 ◦ blue 100

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

Shades of Corn #F8F064

Tints of Corn #F8F064

RGB

 RED value IS 248 (97.27% from 255) = 42.18%

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

 BLUE value IS 100 (39.45% from 255) = 17.01%

R = 42.18%
G = 40.82%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8F064 (or 0xF8F064) is known color: Corn. HEX triplet: F8, F0 and 64. RGB value is (248,240,100). Sum of RGB (Red+Green+Blue) = 248+240+100=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 100 (39.45% from 255 or 17.01% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F064 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F064 is #070F9B. Grayscale: #E3E3E3. Windows color (decimal): -462748 or 6615288. OLE color: 6615288.

HSL color Cylindrical-coordinate representation of color #F8F064: hue angle of 56.76º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8F064 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 240 100 -
CMYK 0 0.03 0.60 0.03
HSL 56.76º 0.91% 0.68% -
HSV(B) 56.76º 0.6% 0.97% -
XYZ 72.17 83.2 24.31 -
YUV 226.43 56.65 143.38 -
System Red Green Blue C M Y K H S L
Decimal 248 240 100 0 0.03 0.60 0.03 56.76 0.91 0.68
Hex F8 F0 64 0 3 3C 3 39 5B 44
Octal 370 360 144 0 3 74 3 71 133 104
Binary 11111000 11110000 1100100 0 11 111100 11 111001 1011011 1000100

Color Harmonies of #F8F064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F064

Black with #F8F064

Text Example


Text Example

White with #F8F064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F064; }

 p { color: rgb(248,240,100); }

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

background-color css

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

 a { background-color: rgb(248,240,100); }

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

border-color css

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

 span { border-color: rgb(248,240,100); }

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