Html Css Color HEX #F1DB5A Portica

📋 copy color: '#F1DB5A'

red 241 ◦ green 219 ◦ blue 90

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

Shades of Portica #F1DB5A

Tints of Portica #F1DB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.36%

R = 43.82%
G = 39.82%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F1DB5A (or 0xF1DB5A) is known color: Portica. HEX triplet: F1, DB and 5A. RGB value is (241,219,90). Sum of RGB (Red+Green+Blue) = 241+219+90=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB5A is #0E24A5. Grayscale: #D3D3D3. Windows color (decimal): -926886 or 5954545. OLE color: 5954545.

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

Color convert

RGB 241 219 90 -
CMYK 0 0.09 0.63 0.05
HSL 51.26º 0.84% 0.65% -
HSV(B) 51.26º 0.63% 0.95% -
XYZ 63.45 70.1 19.86 -
YUV 210.87 59.79 149.49 -
System Red Green Blue C M Y K H S L
Decimal 241 219 90 0 0.09 0.63 0.05 51.26 0.84 0.65
Hex F1 DB 5A 0 9 3F 5 33 54 41
Octal 361 333 132 0 11 77 5 63 124 101
Binary 11110001 11011011 1011010 0 1001 111111 101 110011 1010100 1000001

Color Harmonies of #F1DB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DB5A

Black with #F1DB5A

Text Example


Text Example

White with #F1DB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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