Html Css Color HEX #F3DC5E Portica

📋 copy color: '#F3DC5E'

red 243 ◦ green 220 ◦ blue 94

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

Shades of Portica #F3DC5E

Tints of Portica #F3DC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

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

R = 43.63%
G = 39.5%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F3DC5E (or 0xF3DC5E) is known color: Portica. HEX triplet: F3, DC and 5E. RGB value is (243,220,94). Sum of RGB (Red+Green+Blue) = 243+220+94=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 94 (37.11% from 255 or 16.88% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DC5E is #0C23A1. Grayscale: #D5D5D5. Windows color (decimal): -795554 or 6216947. OLE color: 6216947.

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

Color convert

RGB 243 220 94 -
CMYK 0 0.09 0.61 0.05
HSL 50.74º 0.86% 0.66% -
HSV(B) 50.74º 0.61% 0.95% -
XYZ 64.58 71.05 20.9 -
YUV 212.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 243 220 94 0 0.09 0.61 0.05 50.74 0.86 0.66
Hex F3 DC 5E 0 9 3D 5 33 56 42
Octal 363 334 136 0 11 75 5 63 126 102
Binary 11110011 11011100 1011110 0 1001 111101 101 110011 1010110 1000010

Color Harmonies of #F3DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DC5E

Black with #F3DC5E

Text Example


Text Example

White with #F3DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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