Html Css Color HEX #F1E25A Corn

📋 copy color: '#F1E25A'

red 241 ◦ green 226 ◦ blue 90

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

Shades of Corn #F1E25A

Tints of Corn #F1E25A

RGB

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

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

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

R = 43.27%
G = 40.57%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1E25A (or 0xF1E25A) is known color: Corn. HEX triplet: F1, E2 and 5A. RGB value is (241,226,90). Sum of RGB (Red+Green+Blue) = 241+226+90=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E25A is #0E1DA5. Grayscale: #D7D7D7. Windows color (decimal): -925094 or 5956337. OLE color: 5956337.

HSL color Cylindrical-coordinate representation of color #F1E25A: hue angle of 54.04º 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 #F1E25A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 226 90 -
CMYK 0 0.06 0.63 0.05
HSL 54.04º 0.84% 0.65% -
HSV(B) 54.04º 0.63% 0.95% -
XYZ 65.32 73.83 20.48 -
YUV 214.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 241 226 90 0 0.06 0.63 0.05 54.04 0.84 0.65
Hex F1 E2 5A 0 6 3F 5 36 54 41
Octal 361 342 132 0 6 77 5 66 124 101
Binary 11110001 11100010 1011010 0 110 111111 101 110110 1010100 1000001

Color Harmonies of #F1E25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E25A

Black with #F1E25A

Text Example


Text Example

White with #F1E25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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