Html Css Color HEX #F1D451 Portica

📋 copy color: '#F1D451'

red 241 ◦ green 212 ◦ blue 81

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

Shades of Portica #F1D451

Tints of Portica #F1D451

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.7%

 BLUE value IS 81 (32.03% from 255) = 15.17%

R = 45.13%
G = 39.7%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1D451 (or 0xF1D451) is known color: Portica. HEX triplet: F1, D4 and 51. RGB value is (241,212,81). Sum of RGB (Red+Green+Blue) = 241+212+81=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D451 is #0E2BAE. Grayscale: #CECECE. Windows color (decimal): -928687 or 5362929. OLE color: 5362929.

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

Color convert

RGB 241 212 81 -
CMYK 0 0.12 0.66 0.05
HSL 49.13º 0.85% 0.63% -
HSV(B) 49.13º 0.66% 0.95% -
XYZ 61.3 66.38 17.37 -
YUV 205.74 57.61 153.15 -
System Red Green Blue C M Y K H S L
Decimal 241 212 81 0 0.12 0.66 0.05 49.13 0.85 0.63
Hex F1 D4 51 0 C 42 5 31 55 3F
Octal 361 324 121 0 14 102 5 61 125 77
Binary 11110001 11010100 1010001 0 1100 1000010 101 110001 1010101 111111

Color Harmonies of #F1D451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D451

Black with #F1D451

Text Example


Text Example

White with #F1D451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D451; }

 p { color: rgb(241,212,81); }

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

background-color css

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

 a { background-color: rgb(241,212,81); }

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

border-color css

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

 span { border-color: rgb(241,212,81); }

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