Html Css Color HEX #F3D75E Portica

📋 copy color: '#F3D75E'

red 243 ◦ green 215 ◦ blue 94

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

Shades of Portica #F3D75E

Tints of Portica #F3D75E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.95%

 BLUE value IS 94 (37.11% from 255) = 17.03%

R = 44.02%
G = 38.95%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F3D75E (or 0xF3D75E) is known color: Portica. HEX triplet: F3, D7 and 5E. RGB value is (243,215,94). Sum of RGB (Red+Green+Blue) = 243+215+94=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 215 (84.38% from 255 or 38.95% from 552); Blue value is 94 (37.11% from 255 or 17.03% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D75E is #0C28A1. Grayscale: #D2D2D2. Windows color (decimal): -796834 or 6215667. OLE color: 6215667.

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

Color convert

RGB 243 215 94 -
CMYK 0 0.12 0.61 0.05
HSL 48.72º 0.86% 0.66% -
HSV(B) 48.72º 0.61% 0.95% -
XYZ 63.28 68.46 20.47 -
YUV 209.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 243 215 94 0 0.12 0.61 0.05 48.72 0.86 0.66
Hex F3 D7 5E 0 C 3D 5 31 56 42
Octal 363 327 136 0 14 75 5 61 126 102
Binary 11110011 11010111 1011110 0 1100 111101 101 110001 1010110 1000010

Color Harmonies of #F3D75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D75E

Black with #F3D75E

Text Example


Text Example

White with #F3D75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D75E; }

 p { color: rgb(243,215,94); }

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

background-color css

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

 a { background-color: rgb(243,215,94); }

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

border-color css

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

 span { border-color: rgb(243,215,94); }

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