Html Css Color HEX #F3D355 Portica

📋 copy color: '#F3D355'

red 243 ◦ green 211 ◦ blue 85

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

Shades of Portica #F3D355

Tints of Portica #F3D355

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

 BLUE value IS 85 (33.59% from 255) = 15.77%

R = 45.08%
G = 39.15%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F3D355 (or 0xF3D355) is known color: Portica. HEX triplet: F3, D3 and 55. RGB value is (243,211,85). Sum of RGB (Red+Green+Blue) = 243+211+85=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D355 is #0C2CAA. Grayscale: #CECECE. Windows color (decimal): -797867 or 5624819. OLE color: 5624819.

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

Color convert

RGB 243 211 85 -
CMYK 0 0.13 0.65 0.05
HSL 47.85º 0.87% 0.64% -
HSV(B) 47.85º 0.65% 0.95% -
XYZ 61.9 66.3 18.13 -
YUV 206.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 243 211 85 0 0.13 0.65 0.05 47.85 0.87 0.64
Hex F3 D3 55 0 D 41 5 30 57 40
Octal 363 323 125 0 15 101 5 60 127 100
Binary 11110011 11010011 1010101 0 1101 1000001 101 110000 1010111 1000000

Color Harmonies of #F3D355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D355

Black with #F3D355

Text Example


Text Example

White with #F3D355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D355; }

 p { color: rgb(243,211,85); }

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

background-color css

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

 a { background-color: rgb(243,211,85); }

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

border-color css

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

 span { border-color: rgb(243,211,85); }

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