Html Css Color HEX #F1DB55 Portica

📋 copy color: '#F1DB55'

red 241 ◦ green 219 ◦ blue 85

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

Shades of Portica #F1DB55

Tints of Portica #F1DB55

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.18%

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

R = 44.22%
G = 40.18%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F1DB55 (or 0xF1DB55) is known color: Portica. HEX triplet: F1, DB and 55. RGB value is (241,219,85). Sum of RGB (Red+Green+Blue) = 241+219+85=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB55 is #0E24AA. Grayscale: #D2D2D2. Windows color (decimal): -926891 or 5626865. OLE color: 5626865.

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

Color convert

RGB 241 219 85 -
CMYK 0 0.09 0.65 0.05
HSL 51.54º 0.85% 0.64% -
HSV(B) 51.54º 0.65% 0.95% -
XYZ 63.25 70.02 18.78 -
YUV 210.3 57.29 149.9 -
System Red Green Blue C M Y K H S L
Decimal 241 219 85 0 0.09 0.65 0.05 51.54 0.85 0.64
Hex F1 DB 55 0 9 41 5 34 55 40
Octal 361 333 125 0 11 101 5 64 125 100
Binary 11110001 11011011 1010101 0 1001 1000001 101 110100 1010101 1000000

Color Harmonies of #F1DB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DB55

Black with #F1DB55

Text Example


Text Example

White with #F1DB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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