Html Css Color HEX #FEE268 Sweet Corn

📋 copy color: '#FEE268'

red 254 ◦ green 226 ◦ blue 104

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

Shades of Sweet Corn #FEE268

Tints of Sweet Corn #FEE268

RGB

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

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

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

R = 43.49%
G = 38.7%
B = 17.81%

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

#FEE268 (or 0xFEE268) is known color: Sweet Corn. HEX triplet: FE, E2 and 68. RGB value is (254,226,104). Sum of RGB (Red+Green+Blue) = 254+226+104=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 104 (41.02% from 255 or 17.81% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE268 is #011D97. Grayscale: #DCDCDC. Windows color (decimal): -73112 or 6873854. OLE color: 6873854.

HSL color Cylindrical-coordinate representation of color #FEE268: hue angle of 48.8º 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 #FEE268 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 226 104 -
CMYK 0 0.11 0.59 0.00
HSL 48.8º 0.99% 0.7% -
HSV(B) 48.8º 0.59% 1% -
XYZ 70.57 76.46 24.14 -
YUV 220.46 62.28 151.92 -
System Red Green Blue C M Y K H S L
Decimal 254 226 104 0 0.11 0.59 0.00 48.8 0.99 0.7
Hex FE E2 68 0 B 3B 0 31 63 46
Octal 376 342 150 0 13 73 0 61 143 106
Binary 11111110 11100010 1101000 0 1011 111011 0 110001 1100011 1000110

Color Harmonies of #FEE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE268

Black with #FEE268

Text Example


Text Example

White with #FEE268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE268; }

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

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

background-color css

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

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

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

border-color css

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

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

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