Html Css Color HEX #F2DB75 Sweet Corn

📋 copy color: '#F2DB75'

red 242 ◦ green 219 ◦ blue 117

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

Shades of Sweet Corn #F2DB75

Tints of Sweet Corn #F2DB75

RGB

 RED value IS 242 (94.92% from 255) = 41.87%

 GREEN value IS 219 (85.94% from 255) = 37.89%

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

R = 41.87%
G = 37.89%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2DB75 (or 0xF2DB75) is known color: Sweet Corn. HEX triplet: F2, DB and 75. RGB value is (242,219,117). Sum of RGB (Red+Green+Blue) = 242+219+117=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB75 is #0D248A. Grayscale: #D6D6D6. Windows color (decimal): -861323 or 7724018. OLE color: 7724018.

HSL color Cylindrical-coordinate representation of color #F2DB75: hue angle of 48.96º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2DB75 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 219 117 -
CMYK 0 0.10 0.52 0.05
HSL 48.96º 0.83% 0.7% -
HSV(B) 48.96º 0.52% 0.95% -
XYZ 65.16 70.82 27.07 -
YUV 214.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 242 219 117 0 0.10 0.52 0.05 48.96 0.83 0.7
Hex F2 DB 75 0 A 34 5 31 53 46
Octal 362 333 165 0 12 64 5 61 123 106
Binary 11110010 11011011 1110101 0 1010 110100 101 110001 1010011 1000110

Color Harmonies of #F2DB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DB75

Black with #F2DB75

Text Example


Text Example

White with #F2DB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DB75; }

 p { color: rgb(242,219,117); }

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

background-color css

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

 a { background-color: rgb(242,219,117); }

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

border-color css

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

 span { border-color: rgb(242,219,117); }

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