Html Css Color HEX #FEE269 Sweet Corn

📋 copy color: '#FEE269'

red 254 ◦ green 226 ◦ blue 105

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

Shades of Sweet Corn #FEE269

Tints of Sweet Corn #FEE269

RGB

 RED value IS 254 (99.61% from 255) = 43.42%

 GREEN value IS 226 (88.67% from 255) = 38.63%

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

R = 43.42%
G = 38.63%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.00

RGB Variations

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

Color information

#FEE269 (or 0xFEE269) is known color: Sweet Corn. HEX triplet: FE, E2 and 69. RGB value is (254,226,105). Sum of RGB (Red+Green+Blue) = 254+226+105=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 105 (41.41% from 255 or 17.95% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE269 is #011D96. Grayscale: #DDDDDD. Windows color (decimal): -73111 or 6939390. OLE color: 6939390.

HSL color Cylindrical-coordinate representation of color #FEE269: hue angle of 48.72º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEE269 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 226 105 -
CMYK 0 0.11 0.59 0.00
HSL 48.72º 0.99% 0.7% -
HSV(B) 48.72º 0.59% 1% -
XYZ 70.62 76.48 24.41 -
YUV 220.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 254 226 105 0 0.11 0.59 0.00 48.72 0.99 0.7
Hex FE E2 69 0 B 3B 0 31 63 46
Octal 376 342 151 0 13 73 0 61 143 106
Binary 11111110 11100010 1101001 0 1011 111011 0 110001 1100011 1000110

Color Harmonies of #FEE269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE269

Black with #FEE269

Text Example


Text Example

White with #FEE269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE269; }

 p { color: rgb(254,226,105); }

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

background-color css

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

 a { background-color: rgb(254,226,105); }

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

border-color css

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

 span { border-color: rgb(254,226,105); }

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