Html Css Color HEX #F2E167 Sweet Corn

📋 copy color: '#F2E167'

red 242 ◦ green 225 ◦ blue 103

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

Shades of Sweet Corn #F2E167

Tints of Sweet Corn #F2E167

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.47%

 BLUE value IS 103 (40.63% from 255) = 18.07%

R = 42.46%
G = 39.47%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2E167 (or 0xF2E167) is known color: Sweet Corn. HEX triplet: F2, E1 and 67. RGB value is (242,225,103). Sum of RGB (Red+Green+Blue) = 242+225+103=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E167 is #0D1E98. Grayscale: #D8D8D8. Windows color (decimal): -859801 or 6808050. OLE color: 6808050.

HSL color Cylindrical-coordinate representation of color #F2E167: hue angle of 52.66º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2E167 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 225 103 -
CMYK 0 0.07 0.57 0.05
HSL 52.66º 0.84% 0.68% -
HSV(B) 52.66º 0.57% 0.95% -
XYZ 65.99 73.71 23.58 -
YUV 216.18 64.13 146.42 -
System Red Green Blue C M Y K H S L
Decimal 242 225 103 0 0.07 0.57 0.05 52.66 0.84 0.68
Hex F2 E1 67 0 7 39 5 35 54 44
Octal 362 341 147 0 7 71 5 65 124 104
Binary 11110010 11100001 1100111 0 111 111001 101 110101 1010100 1000100

Color Harmonies of #F2E167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E167

Black with #F2E167

Text Example


Text Example

White with #F2E167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E167; }

 p { color: rgb(242,225,103); }

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

background-color css

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

 a { background-color: rgb(242,225,103); }

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

border-color css

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

 span { border-color: rgb(242,225,103); }

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