Html Css Color HEX #FEDF6B Sweet Corn

📋 copy color: '#FEDF6B'

red 254 ◦ green 223 ◦ blue 107

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

Shades of Sweet Corn #FEDF6B

Tints of Sweet Corn #FEDF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.32%

R = 43.49%
G = 38.18%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEDF6B (or 0xFEDF6B) is known color: Sweet Corn. HEX triplet: FE, DF and 6B. RGB value is (254,223,107). Sum of RGB (Red+Green+Blue) = 254+223+107=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 107 (42.19% from 255 or 18.32% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEDF6B is #012094. Grayscale: #DBDBDB. Windows color (decimal): -73877 or 7069694. OLE color: 7069694.

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

Color convert

RGB 254 223 107 -
CMYK 0 0.12 0.58 0.00
HSL 47.35º 0.99% 0.71% -
HSV(B) 47.35º 0.58% 1% -
XYZ 69.91 74.91 24.68 -
YUV 219.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 254 223 107 0 0.12 0.58 0.00 47.35 0.99 0.71
Hex FE DF 6B 0 C 3A 0 2F 63 47
Octal 376 337 153 0 14 72 0 57 143 107
Binary 11111110 11011111 1101011 0 1100 111010 0 101111 1100011 1000111

Color Harmonies of #FEDF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDF6B

Black with #FEDF6B

Text Example


Text Example

White with #FEDF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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