Html Css Color HEX #F1D356 Portica

📋 copy color: '#F1D356'

red 241 ◦ green 211 ◦ blue 86

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

Shades of Portica #F1D356

Tints of Portica #F1D356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.22%

 BLUE value IS 86 (33.98% from 255) = 15.99%

R = 44.8%
G = 39.22%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1D356 (or 0xF1D356) is known color: Portica. HEX triplet: F1, D3 and 56. RGB value is (241,211,86). Sum of RGB (Red+Green+Blue) = 241+211+86=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D356 is #0E2CA9. Grayscale: #CECECE. Windows color (decimal): -928938 or 5690353. OLE color: 5690353.

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

Color convert

RGB 241 211 86 -
CMYK 0 0.12 0.64 0.05
HSL 48.39º 0.85% 0.64% -
HSV(B) 48.39º 0.64% 0.95% -
XYZ 61.25 65.96 18.31 -
YUV 205.72 60.44 153.16 -
System Red Green Blue C M Y K H S L
Decimal 241 211 86 0 0.12 0.64 0.05 48.39 0.85 0.64
Hex F1 D3 56 0 C 40 5 30 55 40
Octal 361 323 126 0 14 100 5 60 125 100
Binary 11110001 11010011 1010110 0 1100 1000000 101 110000 1010101 1000000

Color Harmonies of #F1D356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D356

Black with #F1D356

Text Example


Text Example

White with #F1D356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D356; }

 p { color: rgb(241,211,86); }

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

background-color css

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

 a { background-color: rgb(241,211,86); }

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

border-color css

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

 span { border-color: rgb(241,211,86); }

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