Html Css Color HEX #F1DE5E Portica

📋 copy color: '#F1DE5E'

red 241 ◦ green 222 ◦ blue 94

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

Shades of Portica #F1DE5E

Tints of Portica #F1DE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.86%

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

R = 43.27%
G = 39.86%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1DE5E (or 0xF1DE5E) is known color: Portica. HEX triplet: F1, DE and 5E. RGB value is (241,222,94). Sum of RGB (Red+Green+Blue) = 241+222+94=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DE5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DE5E is #0E21A1. Grayscale: #D5D5D5. Windows color (decimal): -926114 or 6217457. OLE color: 6217457.

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

Color convert

RGB 241 222 94 -
CMYK 0 0.08 0.61 0.05
HSL 52.24º 0.84% 0.66% -
HSV(B) 52.24º 0.61% 0.95% -
XYZ 64.42 71.75 21.04 -
YUV 213.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 241 222 94 0 0.08 0.61 0.05 52.24 0.84 0.66
Hex F1 DE 5E 0 8 3D 5 34 54 42
Octal 361 336 136 0 10 75 5 64 124 102
Binary 11110001 11011110 1011110 0 1000 111101 101 110100 1010100 1000010

Color Harmonies of #F1DE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DE5E

Black with #F1DE5E

Text Example


Text Example

White with #F1DE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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