Html Css Color HEX #F1DD5B Portica

📋 copy color: '#F1DD5B'

red 241 ◦ green 221 ◦ blue 91

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

Shades of Portica #F1DD5B

Tints of Portica #F1DD5B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.96%

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

R = 43.58%
G = 39.96%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F1DD5B (or 0xF1DD5B) is known color: Portica. HEX triplet: F1, DD and 5B. RGB value is (241,221,91). Sum of RGB (Red+Green+Blue) = 241+221+91=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DD5B is #0E22A4. Grayscale: #D4D4D4. Windows color (decimal): -926373 or 6020593. OLE color: 6020593.

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

Color convert

RGB 241 221 91 -
CMYK 0 0.08 0.62 0.05
HSL 52º 0.84% 0.65% -
HSV(B) 52º 0.62% 0.95% -
XYZ 64.02 71.17 20.26 -
YUV 212.16 59.63 148.57 -
System Red Green Blue C M Y K H S L
Decimal 241 221 91 0 0.08 0.62 0.05 52 0.84 0.65
Hex F1 DD 5B 0 8 3E 5 34 54 41
Octal 361 335 133 0 10 76 5 64 124 101
Binary 11110001 11011101 1011011 0 1000 111110 101 110100 1010100 1000001

Color Harmonies of #F1DD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DD5B

Black with #F1DD5B

Text Example


Text Example

White with #F1DD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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