Html Css Color HEX #FEDF7A Sweet Corn

📋 copy color: '#FEDF7A'

red 254 ◦ green 223 ◦ blue 122

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

Shades of Sweet Corn #FEDF7A

Tints of Sweet Corn #FEDF7A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.23%

 BLUE value IS 122 (48.05% from 255) = 20.37%

R = 42.4%
G = 37.23%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FEDF7A (or 0xFEDF7A) is known color: Sweet Corn. HEX triplet: FE, DF and 7A. RGB value is (254,223,122). Sum of RGB (Red+Green+Blue) = 254+223+122=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF7A is #012085. Grayscale: #DDDDDD. Windows color (decimal): -73862 or 8052734. OLE color: 8052734.

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

Color convert

RGB 254 223 122 -
CMYK 0 0.12 0.52 0.00
HSL 45.91º 0.99% 0.74% -
HSV(B) 45.91º 0.52% 1% -
XYZ 70.77 75.25 29.21 -
YUV 220.76 72.27 151.71 -
System Red Green Blue C M Y K H S L
Decimal 254 223 122 0 0.12 0.52 0.00 45.91 0.99 0.74
Hex FE DF 7A 0 C 34 0 2E 63 4A
Octal 376 337 172 0 14 64 0 56 143 112
Binary 11111110 11011111 1111010 0 1100 110100 0 101110 1100011 1001010

Color Harmonies of #FEDF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF7A

Black with #FEDF7A

Text Example


Text Example

White with #FEDF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF7A; }

 p { color: rgb(254,223,122); }

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

background-color css

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

 a { background-color: rgb(254,223,122); }

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

border-color css

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

 span { border-color: rgb(254,223,122); }

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