Html Css Color HEX #F5DC69 Sweet Corn

📋 copy color: '#F5DC69'

red 245 ◦ green 220 ◦ blue 105

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

Shades of Sweet Corn #F5DC69

Tints of Sweet Corn #F5DC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.42%

R = 42.98%
G = 38.6%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5DC69 (or 0xF5DC69) is known color: Sweet Corn. HEX triplet: F5, DC and 69. RGB value is (245,220,105). Sum of RGB (Red+Green+Blue) = 245+220+105=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC69 is #0A2396. Grayscale: #D6D6D6. Windows color (decimal): -664471 or 6937845. OLE color: 6937845.

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

Color convert

RGB 245 220 105 -
CMYK 0 0.10 0.57 0.04
HSL 49.29º 0.88% 0.69% -
HSV(B) 49.29º 0.57% 0.96% -
XYZ 65.8 71.62 23.72 -
YUV 214.37 66.28 149.85 -
System Red Green Blue C M Y K H S L
Decimal 245 220 105 0 0.10 0.57 0.04 49.29 0.88 0.69
Hex F5 DC 69 0 A 39 4 31 58 45
Octal 365 334 151 0 12 71 4 61 130 105
Binary 11110101 11011100 1101001 0 1010 111001 100 110001 1011000 1000101

Color Harmonies of #F5DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC69

Black with #F5DC69

Text Example


Text Example

White with #F5DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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