Html Css Color HEX #FEDE7B Sweet Corn

📋 copy color: '#FEDE7B'

red 254 ◦ green 222 ◦ blue 123

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

Shades of Sweet Corn #FEDE7B

Tints of Sweet Corn #FEDE7B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.06%

 BLUE value IS 123 (48.44% from 255) = 20.53%

R = 42.4%
G = 37.06%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEDE7B (or 0xFEDE7B) is known color: Sweet Corn. HEX triplet: FE, DE and 7B. RGB value is (254,222,123). Sum of RGB (Red+Green+Blue) = 254+222+123=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 123 (48.44% from 255 or 20.53% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDE7B is #012184. Grayscale: #DCDCDC. Windows color (decimal): -74117 or 8118014. OLE color: 8118014.

HSL color Cylindrical-coordinate representation of color #FEDE7B: hue angle of 45.34º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FEDE7B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 123 -
CMYK 0 0.13 0.52 0.00
HSL 45.34º 0.98% 0.74% -
HSV(B) 45.34º 0.52% 1% -
XYZ 70.57 74.74 29.45 -
YUV 220.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 254 222 123 0 0.13 0.52 0.00 45.34 0.98 0.74
Hex FE DE 7B 0 D 34 0 2D 62 4A
Octal 376 336 173 0 15 64 0 55 142 112
Binary 11111110 11011110 1111011 0 1101 110100 0 101101 1100010 1001010

Color Harmonies of #FEDE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDE7B

Black with #FEDE7B

Text Example


Text Example

White with #FEDE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDE7B; }

 p { color: rgb(254,222,123); }

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

background-color css

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

 a { background-color: rgb(254,222,123); }

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

border-color css

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

 span { border-color: rgb(254,222,123); }

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