Html Css Color HEX #F5DC6C Sweet Corn

📋 copy color: '#F5DC6C'

red 245 ◦ green 220 ◦ blue 108

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

Shades of Sweet Corn #F5DC6C

Tints of Sweet Corn #F5DC6C

RGB

 RED value IS 245 (96.09% from 255) = 42.76%

 GREEN value IS 220 (86.33% from 255) = 38.39%

 BLUE value IS 108 (42.58% from 255) = 18.85%

R = 42.76%
G = 38.39%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5DC6C (or 0xF5DC6C) is known color: Sweet Corn. HEX triplet: F5, DC and 6C. RGB value is (245,220,108). Sum of RGB (Red+Green+Blue) = 245+220+108=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 108 (42.58% from 255 or 18.85% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC6C is #0A2393. Grayscale: #D7D7D7. Windows color (decimal): -664468 or 7134453. OLE color: 7134453.

HSL color Cylindrical-coordinate representation of color #F5DC6C: hue angle of 49.05º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5DC6C is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 220 108 -
CMYK 0 0.10 0.56 0.04
HSL 49.05º 0.87% 0.69% -
HSV(B) 49.05º 0.56% 0.96% -
XYZ 65.96 71.68 24.55 -
YUV 214.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 245 220 108 0 0.10 0.56 0.04 49.05 0.87 0.69
Hex F5 DC 6C 0 A 38 4 31 57 45
Octal 365 334 154 0 12 70 4 61 127 105
Binary 11110101 11011100 1101100 0 1010 111000 100 110001 1010111 1000101

Color Harmonies of #F5DC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC6C

Black with #F5DC6C

Text Example


Text Example

White with #F5DC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC6C; }

 p { color: rgb(245,220,108); }

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

background-color css

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

 a { background-color: rgb(245,220,108); }

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

border-color css

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

 span { border-color: rgb(245,220,108); }

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