Html Css Color HEX #F3D35D Portica

📋 copy color: '#F3D35D'

red 243 ◦ green 211 ◦ blue 93

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

Shades of Portica #F3D35D

Tints of Portica #F3D35D

RGB

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

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

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

R = 44.42%
G = 38.57%
B = 17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3D35D (or 0xF3D35D) is known color: Portica. HEX triplet: F3, D3 and 5D. RGB value is (243,211,93). Sum of RGB (Red+Green+Blue) = 243+211+93=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 93 (36.72% from 255 or 17.00% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D35D is #0C2CA2. Grayscale: #CFCFCF. Windows color (decimal): -797859 or 6149107. OLE color: 6149107.

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

Color convert

RGB 243 211 93 -
CMYK 0 0.13 0.62 0.05
HSL 47.2º 0.86% 0.66% -
HSV(B) 47.2º 0.62% 0.95% -
XYZ 62.23 66.43 19.9 -
YUV 207.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 243 211 93 0 0.13 0.62 0.05 47.2 0.86 0.66
Hex F3 D3 5D 0 D 3E 5 2F 56 42
Octal 363 323 135 0 15 76 5 57 126 102
Binary 11110011 11010011 1011101 0 1101 111110 101 101111 1010110 1000010

Color Harmonies of #F3D35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D35D

Black with #F3D35D

Text Example


Text Example

White with #F3D35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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