Html Css Color HEX #F1ED98 Portafino

📋 copy color: '#F1ED98'

red 241 ◦ green 237 ◦ blue 152

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

Shades of Portafino #F1ED98

Tints of Portafino #F1ED98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 24.13%

R = 38.25%
G = 37.62%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1ED98 (or 0xF1ED98) is known color: Portafino. HEX triplet: F1, ED and 98. RGB value is (241,237,152). Sum of RGB (Red+Green+Blue) = 241+237+152=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 152 (59.77% from 255 or 24.13% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ED98 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F1ED98 is #0E1267. Grayscale: #E4E4E4. Windows color (decimal): -922216 or 10022385. OLE color: 10022385.

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

Color convert

RGB 241 237 152 -
CMYK 0 0.02 0.37 0.05
HSL 57.3º 0.76% 0.77% -
HSV(B) 57.3º 0.37% 0.95% -
XYZ 72.23 81.54 41.64 -
YUV 228.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 241 237 152 0 0.02 0.37 0.05 57.3 0.76 0.77
Hex F1 ED 98 0 2 25 5 39 4C 4D
Octal 361 355 230 0 2 45 5 71 114 115
Binary 11110001 11101101 10011000 0 10 100101 101 111001 1001100 1001101

Color Harmonies of #F1ED98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ED98

Black with #F1ED98

Text Example


Text Example

White with #F1ED98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ED98; }

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

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

background-color css

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

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

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

border-color css

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

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

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