Html Css Color HEX #F3D35F Portica

📋 copy color: '#F3D35F'

red 243 ◦ green 211 ◦ blue 95

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

Shades of Portica #F3D35F

Tints of Portica #F3D35F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.3%

R = 44.26%
G = 38.43%
B = 17.3%

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

#F3D35F (or 0xF3D35F) is known color: Portica. HEX triplet: F3, D3 and 5F. RGB value is (243,211,95). Sum of RGB (Red+Green+Blue) = 243+211+95=549 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.26% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D35F is #0C2CA0. Grayscale: #CFCFCF. Windows color (decimal): -797857 or 6280179. OLE color: 6280179.

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

Color convert

RGB 243 211 95 -
CMYK 0 0.13 0.61 0.05
HSL 47.03º 0.86% 0.66% -
HSV(B) 47.03º 0.61% 0.95% -
XYZ 62.32 66.47 20.37 -
YUV 207.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 243 211 95 0 0.13 0.61 0.05 47.03 0.86 0.66
Hex F3 D3 5F 0 D 3D 5 2F 56 42
Octal 363 323 137 0 15 75 5 57 126 102
Binary 11110011 11010011 1011111 0 1101 111101 101 101111 1010110 1000010

Color Harmonies of #F3D35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D35F

Black with #F3D35F

Text Example


Text Example

White with #F3D35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D35F; }

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

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

background-color css

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

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

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

border-color css

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

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

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