Html Css Color HEX #F5DD68 Sweet Corn

📋 copy color: '#F5DD68'

red 245 ◦ green 221 ◦ blue 104

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

Shades of Sweet Corn #F5DD68

Tints of Sweet Corn #F5DD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

 BLUE value IS 104 (41.02% from 255) = 18.25%

R = 42.98%
G = 38.77%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5DD68 (or 0xF5DD68) is known color: Sweet Corn. HEX triplet: F5, DD and 68. RGB value is (245,221,104). Sum of RGB (Red+Green+Blue) = 245+221+104=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 104 (41.02% from 255 or 18.25% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DD68 is #0A2297. Grayscale: #D7D7D7. Windows color (decimal): -664216 or 6872565. OLE color: 6872565.

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

Color convert

RGB 245 221 104 -
CMYK 0 0.10 0.58 0.04
HSL 49.79º 0.88% 0.68% -
HSV(B) 49.79º 0.58% 0.96% -
XYZ 66.01 72.12 23.54 -
YUV 214.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 245 221 104 0 0.10 0.58 0.04 49.79 0.88 0.68
Hex F5 DD 68 0 A 3A 4 32 58 44
Octal 365 335 150 0 12 72 4 62 130 104
Binary 11110101 11011101 1101000 0 1010 111010 100 110010 1011000 1000100

Color Harmonies of #F5DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DD68

Black with #F5DD68

Text Example


Text Example

White with #F5DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DD68; }

 p { color: rgb(245,221,104); }

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

background-color css

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

 a { background-color: rgb(245,221,104); }

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

border-color css

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

 span { border-color: rgb(245,221,104); }

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