Html Css Color HEX #F8F05C Corn

📋 copy color: '#F8F05C'

red 248 ◦ green 240 ◦ blue 92

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

Shades of Corn #F8F05C

Tints of Corn #F8F05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 15.86%

R = 42.76%
G = 41.38%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#F8F05C (or 0xF8F05C) is known color: Corn. HEX triplet: F8, F0 and 5C. RGB value is (248,240,92). Sum of RGB (Red+Green+Blue) = 248+240+92=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 92 (36.33% from 255 or 15.86% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F05C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8F05C is #070FA3. Grayscale: #E2E2E2. Windows color (decimal): -462756 or 6091000. OLE color: 6091000.

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

Color convert

RGB 248 240 92 -
CMYK 0 0.03 0.63 0.03
HSL 56.92º 0.92% 0.67% -
HSV(B) 56.92º 0.63% 0.97% -
XYZ 71.8 83.05 22.37 -
YUV 225.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 248 240 92 0 0.03 0.63 0.03 56.92 0.92 0.67
Hex F8 F0 5C 0 3 3F 3 39 5C 43
Octal 370 360 134 0 3 77 3 71 134 103
Binary 11111000 11110000 1011100 0 11 111111 11 111001 1011100 1000011

Color Harmonies of #F8F05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F05C

Black with #F8F05C

Text Example


Text Example

White with #F8F05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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