Html Css Color HEX #F1ED5A Corn

📋 copy color: '#F1ED5A'

red 241 ◦ green 237 ◦ blue 90

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

Shades of Corn #F1ED5A

Tints of Corn #F1ED5A

RGB

 RED value IS 241 (94.53% from 255) = 42.43%

 GREEN value IS 237 (92.97% from 255) = 41.73%

 BLUE value IS 90 (35.55% from 255) = 15.85%

R = 42.43%
G = 41.73%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1ED5A (or 0xF1ED5A) is known color: Corn. HEX triplet: F1, ED and 5A. RGB value is (241,237,90). Sum of RGB (Red+Green+Blue) = 241+237+90=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 90 (35.55% from 255 or 15.85% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1ED5A is #0E12A5. Grayscale: #DEDEDE. Windows color (decimal): -922278 or 5959153. OLE color: 5959153.

HSL color Cylindrical-coordinate representation of color #F1ED5A: hue angle of 58.41º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F1ED5A is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 237 90 -
CMYK 0 0.02 0.63 0.05
HSL 58.41º 0.84% 0.65% -
HSV(B) 58.41º 0.63% 0.95% -
XYZ 68.41 80.01 21.51 -
YUV 221.44 53.83 141.95 -
System Red Green Blue C M Y K H S L
Decimal 241 237 90 0 0.02 0.63 0.05 58.41 0.84 0.65
Hex F1 ED 5A 0 2 3F 5 3A 54 41
Octal 361 355 132 0 2 77 5 72 124 101
Binary 11110001 11101101 1011010 0 10 111111 101 111010 1010100 1000001

Color Harmonies of #F1ED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED5A

Black with #F1ED5A

Text Example


Text Example

White with #F1ED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED5A; }

 p { color: rgb(241,237,90); }

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

background-color css

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

 a { background-color: rgb(241,237,90); }

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

border-color css

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

 span { border-color: rgb(241,237,90); }

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