Html Css Color HEX #F1D95E Portica

📋 copy color: '#F1D95E'

red 241 ◦ green 217 ◦ blue 94

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

Shades of Portica #F1D95E

Tints of Portica #F1D95E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.31%

 BLUE value IS 94 (37.11% from 255) = 17.03%

R = 43.66%
G = 39.31%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1D95E (or 0xF1D95E) is known color: Portica. HEX triplet: F1, D9 and 5E. RGB value is (241,217,94). Sum of RGB (Red+Green+Blue) = 241+217+94=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D95E is #0E26A1. Grayscale: #D2D2D2. Windows color (decimal): -927394 or 6216177. OLE color: 6216177.

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

Color convert

RGB 241 217 94 -
CMYK 0 0.10 0.61 0.05
HSL 50.2º 0.84% 0.66% -
HSV(B) 50.2º 0.61% 0.95% -
XYZ 63.11 69.13 20.61 -
YUV 210.15 62.45 150 -
System Red Green Blue C M Y K H S L
Decimal 241 217 94 0 0.10 0.61 0.05 50.2 0.84 0.66
Hex F1 D9 5E 0 A 3D 5 32 54 42
Octal 361 331 136 0 12 75 5 62 124 102
Binary 11110001 11011001 1011110 0 1010 111101 101 110010 1010100 1000010

Color Harmonies of #F1D95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D95E

Black with #F1D95E

Text Example


Text Example

White with #F1D95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D95E; }

 p { color: rgb(241,217,94); }

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

background-color css

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

 a { background-color: rgb(241,217,94); }

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

border-color css

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

 span { border-color: rgb(241,217,94); }

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