Html Css Color HEX #F0DF75 Sweet Corn

📋 copy color: '#F0DF75'

red 240 ◦ green 223 ◦ blue 117

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

Shades of Sweet Corn #F0DF75

Tints of Sweet Corn #F0DF75

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.45%

 BLUE value IS 117 (46.09% from 255) = 20.17%

R = 41.38%
G = 38.45%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F0DF75 (or 0xF0DF75) is known color: Sweet Corn. HEX triplet: F0, DF and 75. RGB value is (240,223,117). Sum of RGB (Red+Green+Blue) = 240+223+117=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 117 (46.09% from 255 or 20.17% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DF75 is #0F208A. Grayscale: #D8D8D8. Windows color (decimal): -991371 or 7725040. OLE color: 7725040.

HSL color Cylindrical-coordinate representation of color #F0DF75: hue angle of 51.71º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0DF75 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 223 117 -
CMYK 0 0.07 0.51 0.06
HSL 51.71º 0.8% 0.7% -
HSV(B) 51.71º 0.51% 0.94% -
XYZ 65.53 72.58 27.39 -
YUV 216 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 240 223 117 0 0.07 0.51 0.06 51.71 0.8 0.7
Hex F0 DF 75 0 7 33 6 34 50 46
Octal 360 337 165 0 7 63 6 64 120 106
Binary 11110000 11011111 1110101 0 111 110011 110 110100 1010000 1000110

Color Harmonies of #F0DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DF75

Black with #F0DF75

Text Example


Text Example

White with #F0DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DF75; }

 p { color: rgb(240,223,117); }

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

background-color css

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

 a { background-color: rgb(240,223,117); }

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

border-color css

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

 span { border-color: rgb(240,223,117); }

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