Html Css Color HEX #F1D553 Portica

📋 copy color: '#F1D553'

red 241 ◦ green 213 ◦ blue 83

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

Shades of Portica #F1D553

Tints of Portica #F1D553

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

 BLUE value IS 83 (32.81% from 255) = 15.46%

R = 44.88%
G = 39.66%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1D553 (or 0xF1D553) is known color: Portica. HEX triplet: F1, D5 and 53. RGB value is (241,213,83). Sum of RGB (Red+Green+Blue) = 241+213+83=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D553 is #0E2AAC. Grayscale: #CFCFCF. Windows color (decimal): -928429 or 5494257. OLE color: 5494257.

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

Color convert

RGB 241 213 83 -
CMYK 0 0.12 0.66 0.05
HSL 49.37º 0.85% 0.64% -
HSV(B) 49.37º 0.66% 0.95% -
XYZ 61.63 66.91 17.85 -
YUV 206.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 241 213 83 0 0.12 0.66 0.05 49.37 0.85 0.64
Hex F1 D5 53 0 C 42 5 31 55 40
Octal 361 325 123 0 14 102 5 61 125 100
Binary 11110001 11010101 1010011 0 1100 1000010 101 110001 1010101 1000000

Color Harmonies of #F1D553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D553

Black with #F1D553

Text Example


Text Example

White with #F1D553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D553; }

 p { color: rgb(241,213,83); }

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

background-color css

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

 a { background-color: rgb(241,213,83); }

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

border-color css

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

 span { border-color: rgb(241,213,83); }

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