Html Css Color HEX #F1DA5E Portica

📋 copy color: '#F1DA5E'

red 241 ◦ green 218 ◦ blue 94

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

Shades of Portica #F1DA5E

Tints of Portica #F1DA5E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.42%

 BLUE value IS 94 (37.11% from 255) = 17%

R = 43.58%
G = 39.42%
B = 17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1DA5E (or 0xF1DA5E) is known color: Portica. HEX triplet: F1, DA and 5E. RGB value is (241,218,94). Sum of RGB (Red+Green+Blue) = 241+218+94=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 94 (37.11% from 255 or 17.00% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA5E is #0E25A1. Grayscale: #D3D3D3. Windows color (decimal): -927138 or 6216433. OLE color: 6216433.

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

Color convert

RGB 241 218 94 -
CMYK 0 0.10 0.61 0.05
HSL 50.61º 0.84% 0.66% -
HSV(B) 50.61º 0.61% 0.95% -
XYZ 63.37 69.65 20.69 -
YUV 210.74 62.12 149.58 -
System Red Green Blue C M Y K H S L
Decimal 241 218 94 0 0.10 0.61 0.05 50.61 0.84 0.66
Hex F1 DA 5E 0 A 3D 5 33 54 42
Octal 361 332 136 0 12 75 5 63 124 102
Binary 11110001 11011010 1011110 0 1010 111101 101 110011 1010100 1000010

Color Harmonies of #F1DA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA5E

Black with #F1DA5E

Text Example


Text Example

White with #F1DA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA5E; }

 p { color: rgb(241,218,94); }

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

background-color css

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

 a { background-color: rgb(241,218,94); }

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

border-color css

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

 span { border-color: rgb(241,218,94); }

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