Html Css Color HEX #F1D054 Portica

📋 copy color: '#F1D054'

red 241 ◦ green 208 ◦ blue 84

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

Shades of Portica #F1D054

Tints of Portica #F1D054

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.02%

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

R = 45.22%
G = 39.02%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1D054 (or 0xF1D054) is known color: Portica. HEX triplet: F1, D0 and 54. RGB value is (241,208,84). Sum of RGB (Red+Green+Blue) = 241+208+84=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D054 is #0E2FAB. Grayscale: #CCCCCC. Windows color (decimal): -929708 or 5558513. OLE color: 5558513.

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

Color convert

RGB 241 208 84 -
CMYK 0 0.14 0.65 0.05
HSL 47.39º 0.85% 0.64% -
HSV(B) 47.39º 0.65% 0.95% -
XYZ 60.43 64.45 17.64 -
YUV 203.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 241 208 84 0 0.14 0.65 0.05 47.39 0.85 0.64
Hex F1 D0 54 0 E 41 5 2F 55 40
Octal 361 320 124 0 16 101 5 57 125 100
Binary 11110001 11010000 1010100 0 1110 1000001 101 101111 1010101 1000000

Color Harmonies of #F1D054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D054

Black with #F1D054

Text Example


Text Example

White with #F1D054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D054; }

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

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

background-color css

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

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

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

border-color css

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

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

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