Html Css Color HEX #F1DD5F Portica

📋 copy color: '#F1DD5F'

red 241 ◦ green 221 ◦ blue 95

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

Shades of Portica #F1DD5F

Tints of Portica #F1DD5F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.68%

 BLUE value IS 95 (37.5% from 255) = 17.06%

R = 43.27%
G = 39.68%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1DD5F (or 0xF1DD5F) is known color: Portica. HEX triplet: F1, DD and 5F. RGB value is (241,221,95). Sum of RGB (Red+Green+Blue) = 241+221+95=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD5F is #0E22A0. Grayscale: #D5D5D5. Windows color (decimal): -926369 or 6282737. OLE color: 6282737.

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

Color convert

RGB 241 221 95 -
CMYK 0 0.08 0.61 0.05
HSL 51.78º 0.84% 0.66% -
HSV(B) 51.78º 0.61% 0.95% -
XYZ 64.2 71.24 21.19 -
YUV 212.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 241 221 95 0 0.08 0.61 0.05 51.78 0.84 0.66
Hex F1 DD 5F 0 8 3D 5 34 54 42
Octal 361 335 137 0 10 75 5 64 124 102
Binary 11110001 11011101 1011111 0 1000 111101 101 110100 1010100 1000010

Color Harmonies of #F1DD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DD5F

Black with #F1DD5F

Text Example


Text Example

White with #F1DD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DD5F; }

 p { color: rgb(241,221,95); }

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

background-color css

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

 a { background-color: rgb(241,221,95); }

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

border-color css

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

 span { border-color: rgb(241,221,95); }

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