Html Css Color HEX #F8F261 Corn

📋 copy color: '#F8F261'

red 248 ◦ green 242 ◦ blue 97

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

Shades of Corn #F8F261

Tints of Corn #F8F261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.52%

R = 42.25%
G = 41.23%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F8F261 (or 0xF8F261) is known color: Corn. HEX triplet: F8, F2 and 61. RGB value is (248,242,97). Sum of RGB (Red+Green+Blue) = 248+242+97=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 97 (38.28% from 255 or 16.52% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F261 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F261 is #070D9E. Grayscale: #E3E3E3. Windows color (decimal): -462239 or 6419192. OLE color: 6419192.

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

Color convert

RGB 248 242 97 -
CMYK 0 0.02 0.61 0.03
HSL 57.62º 0.92% 0.68% -
HSV(B) 57.62º 0.61% 0.97% -
XYZ 72.62 84.32 23.76 -
YUV 227.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 248 242 97 0 0.02 0.61 0.03 57.62 0.92 0.68
Hex F8 F2 61 0 2 3D 3 3A 5C 44
Octal 370 362 141 0 2 75 3 72 134 104
Binary 11111000 11110010 1100001 0 10 111101 11 111010 1011100 1000100

Color Harmonies of #F8F261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F261

Black with #F8F261

Text Example


Text Example

White with #F8F261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F261; }

 p { color: rgb(248,242,97); }

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

background-color css

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

 a { background-color: rgb(248,242,97); }

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

border-color css

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

 span { border-color: rgb(248,242,97); }

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