Html Css Color HEX #F1D25D Portica

📋 copy color: '#F1D25D'

red 241 ◦ green 210 ◦ blue 93

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

Shades of Portica #F1D25D

Tints of Portica #F1D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

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

R = 44.3%
G = 38.6%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1D25D (or 0xF1D25D) is known color: Portica. HEX triplet: F1, D2 and 5D. RGB value is (241,210,93). Sum of RGB (Red+Green+Blue) = 241+210+93=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D25D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D25D is #0E2DA2. Grayscale: #CECECE. Windows color (decimal): -929187 or 6148849. OLE color: 6148849.

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

Color convert

RGB 241 210 93 -
CMYK 0 0.13 0.61 0.05
HSL 47.43º 0.84% 0.65% -
HSV(B) 47.43º 0.61% 0.95% -
XYZ 61.3 65.58 19.78 -
YUV 205.93 64.27 153.01 -
System Red Green Blue C M Y K H S L
Decimal 241 210 93 0 0.13 0.61 0.05 47.43 0.84 0.65
Hex F1 D2 5D 0 D 3D 5 2F 54 41
Octal 361 322 135 0 15 75 5 57 124 101
Binary 11110001 11010010 1011101 0 1101 111101 101 101111 1010100 1000001

Color Harmonies of #F1D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D25D

Black with #F1D25D

Text Example


Text Example

White with #F1D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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