Html Css Color HEX #F1DB5B Portica

📋 copy color: '#F1DB5B'

red 241 ◦ green 219 ◦ blue 91

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

Shades of Portica #F1DB5B

Tints of Portica #F1DB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.52%

R = 43.74%
G = 39.75%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1DB5B (or 0xF1DB5B) is known color: Portica. HEX triplet: F1, DB and 5B. RGB value is (241,219,91). Sum of RGB (Red+Green+Blue) = 241+219+91=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB5B is #0E24A4. Grayscale: #D3D3D3. Windows color (decimal): -926885 or 6020081. OLE color: 6020081.

HSL color Cylindrical-coordinate representation of color #F1DB5B: hue angle of 51.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F1DB5B is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 219 91 -
CMYK 0 0.09 0.62 0.05
HSL 51.2º 0.84% 0.65% -
HSV(B) 51.2º 0.62% 0.95% -
XYZ 63.5 70.12 20.09 -
YUV 210.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 241 219 91 0 0.09 0.62 0.05 51.2 0.84 0.65
Hex F1 DB 5B 0 9 3E 5 33 54 41
Octal 361 333 133 0 11 76 5 63 124 101
Binary 11110001 11011011 1011011 0 1001 111110 101 110011 1010100 1000001

Color Harmonies of #F1DB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DB5B

Black with #F1DB5B

Text Example


Text Example

White with #F1DB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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