Html Css Color HEX #F3D55D Portica

📋 copy color: '#F3D55D'

red 243 ◦ green 213 ◦ blue 93

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

Shades of Portica #F3D55D

Tints of Portica #F3D55D

RGB

 RED value IS 243 (95.31% from 255) = 44.26%

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

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

R = 44.26%
G = 38.8%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3D55D (or 0xF3D55D) is known color: Portica. HEX triplet: F3, D5 and 5D. RGB value is (243,213,93). Sum of RGB (Red+Green+Blue) = 243+213+93=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D55D is #0C2AA2. Grayscale: #D0D0D0. Windows color (decimal): -797347 or 6149619. OLE color: 6149619.

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

Color convert

RGB 243 213 93 -
CMYK 0 0.12 0.62 0.05
HSL 48º 0.86% 0.66% -
HSV(B) 48º 0.62% 0.95% -
XYZ 62.73 67.43 20.07 -
YUV 208.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 243 213 93 0 0.12 0.62 0.05 48 0.86 0.66
Hex F3 D5 5D 0 C 3E 5 30 56 42
Octal 363 325 135 0 14 76 5 60 126 102
Binary 11110011 11010101 1011101 0 1100 111110 101 110000 1010110 1000010

Color Harmonies of #F3D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D55D

Black with #F3D55D

Text Example


Text Example

White with #F3D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D55D; }

 p { color: rgb(243,213,93); }

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

background-color css

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

 a { background-color: rgb(243,213,93); }

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

border-color css

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

 span { border-color: rgb(243,213,93); }

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