Html Css Color HEX #F1D354 Portica

📋 copy color: '#F1D354'

red 241 ◦ green 211 ◦ blue 84

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

Shades of Portica #F1D354

Tints of Portica #F1D354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.67%

R = 44.96%
G = 39.37%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1D354 (or 0xF1D354) is known color: Portica. HEX triplet: F1, D3 and 54. RGB value is (241,211,84). Sum of RGB (Red+Green+Blue) = 241+211+84=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 84 (33.20% from 255 or 15.67% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D354 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D354 is #0E2CAB. Grayscale: #CECECE. Windows color (decimal): -928940 or 5559281. OLE color: 5559281.

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

Color convert

RGB 241 211 84 -
CMYK 0 0.12 0.65 0.05
HSL 48.54º 0.85% 0.64% -
HSV(B) 48.54º 0.65% 0.95% -
XYZ 61.17 65.93 17.89 -
YUV 205.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 241 211 84 0 0.12 0.65 0.05 48.54 0.85 0.64
Hex F1 D3 54 0 C 41 5 31 55 40
Octal 361 323 124 0 14 101 5 61 125 100
Binary 11110001 11010011 1010100 0 1100 1000001 101 110001 1010101 1000000

Color Harmonies of #F1D354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D354

Black with #F1D354

Text Example


Text Example

White with #F1D354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D354; }

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

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

background-color css

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

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

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

border-color css

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

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

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