Html Css Color HEX #F1D855 Portica

📋 copy color: '#F1D855'

red 241 ◦ green 216 ◦ blue 85

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

Shades of Portica #F1D855

Tints of Portica #F1D855

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.85%

 BLUE value IS 85 (33.59% from 255) = 15.68%

R = 44.46%
G = 39.85%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1D855 (or 0xF1D855) is known color: Portica. HEX triplet: F1, D8 and 55. RGB value is (241,216,85). Sum of RGB (Red+Green+Blue) = 241+216+85=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D855 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D855 is #0E27AA. Grayscale: #D1D1D1. Windows color (decimal): -927659 or 5626097. OLE color: 5626097.

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

Color convert

RGB 241 216 85 -
CMYK 0 0.10 0.65 0.05
HSL 50.38º 0.85% 0.64% -
HSV(B) 50.38º 0.65% 0.95% -
XYZ 62.47 68.47 18.52 -
YUV 208.54 58.28 151.15 -
System Red Green Blue C M Y K H S L
Decimal 241 216 85 0 0.10 0.65 0.05 50.38 0.85 0.64
Hex F1 D8 55 0 A 41 5 32 55 40
Octal 361 330 125 0 12 101 5 62 125 100
Binary 11110001 11011000 1010101 0 1010 1000001 101 110010 1010101 1000000

Color Harmonies of #F1D855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D855

Black with #F1D855

Text Example


Text Example

White with #F1D855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D855; }

 p { color: rgb(241,216,85); }

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

background-color css

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

 a { background-color: rgb(241,216,85); }

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

border-color css

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

 span { border-color: rgb(241,216,85); }

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