Html Css Color HEX #F1DF5D Portica

📋 copy color: '#F1DF5D'

red 241 ◦ green 223 ◦ blue 93

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

Shades of Portica #F1DF5D

Tints of Portica #F1DF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.04%

 BLUE value IS 93 (36.72% from 255) = 16.7%

R = 43.27%
G = 40.04%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1DF5D (or 0xF1DF5D) is known color: Portica. HEX triplet: F1, DF and 5D. RGB value is (241,223,93). Sum of RGB (Red+Green+Blue) = 241+223+93=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 93 (36.72% from 255 or 16.70% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DF5D is #0E20A2. Grayscale: #D6D6D6. Windows color (decimal): -925859 or 6152177. OLE color: 6152177.

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

Color convert

RGB 241 223 93 -
CMYK 0 0.07 0.61 0.05
HSL 52.7º 0.84% 0.65% -
HSV(B) 52.7º 0.61% 0.95% -
XYZ 64.64 72.27 20.9 -
YUV 213.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 241 223 93 0 0.07 0.61 0.05 52.7 0.84 0.65
Hex F1 DF 5D 0 7 3D 5 35 54 41
Octal 361 337 135 0 7 75 5 65 124 101
Binary 11110001 11011111 1011101 0 111 111101 101 110101 1010100 1000001

Color Harmonies of #F1DF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF5D

Black with #F1DF5D

Text Example


Text Example

White with #F1DF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF5D; }

 p { color: rgb(241,223,93); }

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

background-color css

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

 a { background-color: rgb(241,223,93); }

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

border-color css

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

 span { border-color: rgb(241,223,93); }

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